Changeset 26761 for trunk/src/wp-content/themes/twentyfourteen/index.php
- Timestamp:
- 12/07/2013 12:53:33 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/index.php
r26556 r26761 20 20 21 21 <?php 22 if ( is_front_page() && twentyfourteen_has_featured_posts() ) :22 if ( is_front_page() && twentyfourteen_has_featured_posts() ) { 23 23 // Include the featured content template. 24 24 get_template_part( 'featured-content' ); 25 endif;25 } 26 26 ?> 27 27
Note: See TracChangeset
for help on using the changeset viewer.