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

    r25769 r25985  
    1212get_header(); ?>
    1313
     14<div id="main-content" class="main-content">
    1415    <section id="primary" class="content-area">
    1516        <div id="content" class="site-content" role="main">
     
    4445        </div><!-- #content -->
    4546    </section><!-- #primary -->
     47    <?php get_sidebar( 'content' ); ?>
     48</div><!-- #main-content -->
    4649
    4750<?php
    48 get_sidebar( 'content' );
    4951get_sidebar();
    5052get_footer();
Note: See TracChangeset for help on using the changeset viewer.