- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/page-templates/full-width.php
r22318 r42343 20 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 26 <?php get_template_part( 'content', 'page' ); ?> 24 27 <?php comments_template( '', true ); ?>
Note: See TracChangeset
for help on using the changeset viewer.