- Timestamp:
- 12/03/2013 05:05:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/page-templates/full-width.php
r26260 r26556 14 14 <?php 15 15 if ( is_front_page() && twentyfourteen_has_featured_posts() ) { 16 // Include the featured content template. 16 17 get_template_part( 'featured-content' ); 17 18 } … … 21 22 <div id="content" class="site-content" role="main"> 22 23 <?php 23 while ( have_posts() ) :24 24 // Start the Loop. 25 while ( have_posts() ) : the_post(); 25 26 27 // Include the page content template. 26 28 get_template_part( 'content', 'page' ); 27 29
Note: See TracChangeset
for help on using the changeset viewer.