Make WordPress Core


Ignore:
Timestamp:
08/22/2013 06:05:56 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: widgetize the Post Format front page so other widgets can be used there, and the special Post Format content can be used in other widget areas. Props obenland, see #25028.

File:
1 edited

Legend:

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

    r25060 r25090  
    1010        <?php do_action( 'before_sidebar' ); ?>
    1111
    12         <?php if ( ! dynamic_sidebar( 'sidebar-2' ) ) : ?>
     12        <?php if ( ! dynamic_sidebar( 'sidebar-3' ) ) : ?>
    1313                <aside id="search" class="widget widget_search">
    1414                                <?php get_search_form(); ?>
Note: See TracChangeset for help on using the changeset viewer.