エントリー
Wordpressでハマったこと1
2010-01-05 (火)
カテゴリ:PHP1
Edibuildのサーバー側を制作したYoshidaです。
今回の制作で、テンプレートには種類毎にページの優先順位があることを知らず、
思うようにカスタマイズできなかったため、ここにまとめておきます。
メインページ
固定ページ→home.php→index.php
単体記事ページ
single.php→index.php
カテゴリーページ
category-slug.php*1→category-ID.php→category.php→archive.php→index.php
タグページ
tag-slug.php→tag-ID.php→tag.php→archive.php→index.php
著者ページ
author.php→archive.php→index.php
日付別ページ
date.php→archive.php→index.php
検索結果ページ
search.php
index.php
404ページ
404.php
index.php
*1はwordpress 2.9から
詳細はhttp://wpdocs.sourceforge.jp/
タグ: wordpress
- Search