Make WordPress Core


Ignore:
Timestamp:
10/29/2013 07:05:02 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: allow any page to be set as the front page, removing requirement for front-page.php template file. Props iamtakashi, fixes #25685.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/search.php

    r25769 r25985  
    1010get_header(); ?>
    1111
     12<div id="main-content" class="main-content">
    1213    <section id="primary" class="content-area">
    1314        <div id="content" class="site-content" role="main">
     
    3536        </div><!-- #content -->
    3637    </section><!-- #primary -->
     38    <?php get_sidebar( 'content' ); ?>
     39</div><!-- #main-content -->
    3740
    3841<?php
    39 get_sidebar( 'content' );
    4042get_sidebar();
    4143get_footer();
     44
Note: See TracChangeset for help on using the changeset viewer.