10
09/2014
wordpress 常用 Hierarchy
Home Page display
- home.php
- index.php
Single Post display
- single-{post_type}.php
- single.php
- index.php
Page display
- custom template file
- page-{slug}.php
- page-{id}.php
- page.php
- index.php
Category display
- category-{slug}.php
- category-{id}.php
- category.php
- archive.php
- index.php
Search Result display
- search.php
- index.php
404 (Not Found) display
- 404.php
- index.php