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/404.php

    r25769 r25985  
    1010get_header(); ?>
    1111
     12<div id="main-content" class="main-content">
    1213    <div id="primary" class="content-area">
    1314        <div id="content" class="site-content" role="main">
     
    2526        </div><!-- #content -->
    2627    </div><!-- #primary -->
     28    <?php get_sidebar( 'content' ); ?>
     29</div><!-- #main-content -->
    2730
    2831<?php
    29 get_sidebar( 'content' );
    3032get_sidebar();
    3133get_footer();
Note: See TracChangeset for help on using the changeset viewer.