Changeset 25985 for trunk/src/wp-content/themes/twentyfourteen/index.php
- Timestamp:
- 10/29/2013 07:05:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/index.php
r25769 r25985 15 15 16 16 get_header(); ?> 17 18 <div id="main-content" class="main-content"> 19 20 <?php 21 if ( is_front_page() && twentyfourteen_has_featured_posts() ) 22 get_template_part( 'featured-content' ); 23 ?> 17 24 18 25 <div id="primary" class="content-area"> … … 36 43 </div><!-- #content --> 37 44 </div><!-- #primary --> 45 <?php get_sidebar( 'content' ); ?> 46 </div><!-- #main-content --> 38 47 39 48 <?php 40 get_sidebar( 'content' );41 49 get_sidebar(); 42 50 get_footer();
Note: See TracChangeset
for help on using the changeset viewer.