theme - 3

自定义post type

single-$typename.php
 
如果是child theme,还要遵守具体父theme的约定。例如2011的single.php里的约定:
<?php get_template_part('content', 'single'); ?>
约定content-single.php

1. create a new and override single.php, 修改下面这行,最后删除single-recipes.php:

1 <?php get_template_part( 'content', get_post_type() ); ?>

 

2. create content-recipes.php, copy and paste from content-single.php of 2011

posted on 2012-08-29 11:23  kalintw  阅读(86)  评论(0)    收藏  举报

导航