source:
twentyfourteen/3.3/sidebar-footer.php
| Last change on this file was 151902, checked in by , 4 years ago | |
|---|---|
| File size: 395 bytes | |
| Line | |
|---|---|
| 1 | <?php |
| 2 | /** |
| 3 | * The Footer Sidebar |
| 4 | * |
| 5 | * @package WordPress |
| 6 | * @subpackage Twenty_Fourteen |
| 7 | * @since Twenty Fourteen 1.0 |
| 8 | */ |
| 9 | |
| 10 | if ( ! is_active_sidebar( 'sidebar-3' ) ) { |
| 11 | return; |
| 12 | } |
| 13 | ?> |
| 14 | |
| 15 | <div id="supplementary"> |
| 16 | <div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary"> |
| 17 | <?php dynamic_sidebar( 'sidebar-3' ); ?> |
| 18 | </div><!-- #footer-sidebar --> |
| 19 | </div><!-- #supplementary --> |
Note: See TracBrowser
for help on using the repository browser.