Make WordPress Core


Ignore:
Timestamp:
02/28/2013 09:35:26 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: make footer widget area the primary sidebar, acting as "secondary" content. Move optional sidebar widget area to "tertiary" content. Props obenland, fixes #23644.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/footer.php

    r23452 r23539  
    1414        </div><!-- #main -->
    1515        <footer id="colophon" class="site-footer" role="contentinfo">
    16             <?php get_sidebar( 'footer' ); ?>
     16            <?php get_sidebar( 'main' ); ?>
    1717
    1818            <div class="site-info">
Note: See TracChangeset for help on using the changeset viewer.