テンプレートの優先順位

ぶっちゃけコレがあっても、なぜかうまく行かないけれど(ぇw
テンプレートの優先順位がわからず、右往左往したので、メモ。 _ψ(‥ ) カキカキ…

ページ種類 条件分岐タグ 優先順1 優先順2 優先順3 優先順4 優先順5 優先順6
メインページ is_home() home.php index.php
フロントページ is_front_page() front-page.php index.php
404ページ is_404() 404.php index.php
検索結果ページ is_search() search.php index.php
日付別ページ is_date() date.php archive.php index.php
著者ページ is_author() author-necename.php author-id.php author.php archive.php index.php
カテゴリーページ is_category() category-slug.php category-ID.hp category.php archive.php index.php
タグページ is_tag() tag-slug.php tag-ID.php tag.php archive.php index.php
タクソノミーページ is_tax() taxonomy-taxonomy-term.php taxonomy-taxonomy.php taxonomy.php archive.php index.php
アーカイブページ is_archives() archive-posttype.php archive.php index.php
個別記事 is_search() single-posttype.php single.php index.php
添付ファイル is_attachment() MIME_TYPE.php attachment.php single.php index.php
固定ページ is_page() CustomTemplate.php page-slug.php page-ID.php page.php index.php

元ネタはこちら