底下是一个默认的template,去后台选择后,会显示出网志的内容。
01 <div id="primary">
02 <div id="content" role="main">
03 <?php while ( have_posts() ) : the_post(); ?>
04 <?php get_template_part( 'content', 'page' ); ?>
05 <?php comments_template( '', true ); ?>
06 <?php endwhile; // end of the loop. ?>
07 </div><!