Wp カスタム投稿のみ検索
<?phpglobal $query_string;query_posts($query_string . "&post_type=カスタムポストタイプ名");?><?php if (have_ ...
Wp アイキャッチが無い時 デフォルト画像
<?phpif(has_post_thumbnail()){the_post_thumbnail('thumbnail');}else{echo '<img src="' . get_bloginfo('templat ...
Wp 管理画面 js 読み込み
function.php
/*================================================管理画面用 js 読み込み====================================== ...Sql 基本文
create table if not exists テーブル名(id int not null auto_increment primary key,カラム名 varchar(255),created datetime,modified ...
Html html5テンプレート シンプル
<!DOCTYPE html><html lang="ja"><head><meta charset="UTF-8"><title>titl ...