Changeset 26260 for trunk/src/wp-content/themes/twentyfourteen/page.php
- Timestamp:
- 11/18/2013 11:11:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/page.php
r25985 r26260 17 17 18 18 <?php 19 if ( is_front_page() && twentyfourteen_has_featured_posts() ) 19 if ( is_front_page() && twentyfourteen_has_featured_posts() ) { 20 20 get_template_part( 'featured-content' ); 21 } 21 22 ?> 22 23 <div id="primary" class="content-area"> … … 30 31 31 32 // If comments are open or we have at least one comment, load up the comment template. 32 if ( comments_open() || get_comments_number() ) 33 if ( comments_open() || get_comments_number() ) { 33 34 comments_template(); 35 } 34 36 endwhile; 35 37 ?>
Note: See TracChangeset
for help on using the changeset viewer.