wp/wp-content/themes/twentytwelve/page-templates/full-width.php
changeset 7 cf61fcea0001
parent 0 d970ebf37754
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
    17 get_header(); ?>
    17 get_header(); ?>
    18 
    18 
    19 	<div id="primary" class="site-content">
    19 	<div id="primary" class="site-content">
    20 		<div id="content" role="main">
    20 		<div id="content" role="main">
    21 
    21 
    22 			<?php while ( have_posts() ) : the_post(); ?>
    22 			<?php
       
    23 			while ( have_posts() ) :
       
    24 				the_post();
       
    25 ?>
    23 				<?php get_template_part( 'content', 'page' ); ?>
    26 				<?php get_template_part( 'content', 'page' ); ?>
    24 				<?php comments_template( '', true ); ?>
    27 				<?php comments_template( '', true ); ?>
    25 			<?php endwhile; // end of the loop. ?>
    28 			<?php endwhile; // end of the loop. ?>
    26 
    29 
    27 		</div><!-- #content -->
    30 		</div><!-- #content -->