10 09/2014

wordpress 常用 Hierarchy

最后更新: Wed Sep 10 2014 12:39:11 GMT+0800

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