自分なりにテーマ作成でチェックしたい項目の覚え書き。まだまだありそうだけど、随時追記していく。 index.php language_attributes() <html <?php language_attributes(); ?>> charset <meta charset="<?php bloginfo('charset'); ?>"> stylesheetへのリンク <link rel="stylesheet" href="<? echo get_stylesheet_directory_uri(); ?>/style.css" /> でもできそうだけど、functions.phpで設定するのが推奨。 ヘッダフック wp_head(); ブログのURL bloginfo('url'); サブタイトル bloginfo('description'); シングルページ判定 if(is