wordpress ページテンプレート優先順位
| ページの種類 | 高←テンプレート階層優先度→低 | ||||
|---|---|---|---|---|---|
| 404エラーページ | 404.php | index.php | |||
| 検索結果ページ | search.php | index.php | |||
| カスタム分類アーカイブ | taxonomy- |
taxonomy- |
taxonomy.php | archive.php | index.php |
| カテゴリーアーカイブ | category- |
category- |
category.php | archive.php | index.php |
| タグアーカイブ | tag- |
tag- |
tag.php | archive.php | index.php |
| 作成者アーカイブ | author- |
author- |
author.php | archive.php | index.php |
| 日付別アーカイブ | date.php | archive.php | index.php | ||
| カスタム投稿タイプアーカイブ | archive- |
archive.php | index.php | ||
| カスタム投稿ページ | single- |
single.php | index.php | ||
| 個別投稿ページ | single-post.php | single.php | index.php | ||
| 固定ページ | ページテンプレート | page- |
page- |
page.php | index.php |
| フロントページ | front-page.php | index.php | |||
| ホーム(トップ)ページ | home.php | index.php | |||