theme - 6

1. 每个post type 自己的template,当各种type内容类型很不同时适用

content-recipes.php

content-photos.php - 改变内容展现方式,页面结构、位置

content-videos.php

内容调用API:

1         <?php the_content(); ?>
2         <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>

posted on 2012-08-29 12:47  kalintw  阅读(85)  评论(0)    收藏  举报

导航