changeset 8 | c7c34916027a |
parent 7 | cf61fcea0001 |
child 9 | 177826044cd9 |
7:cf61fcea0001 | 8:c7c34916027a |
---|---|
1 <?php |
|
2 /** |
|
3 * The template for the sidebar containing the main widget area |
|
4 * |
|
5 * @package WordPress |
|
6 * @subpackage Twenty_Sixteen |
|
7 * @since Twenty Sixteen 1.0 |
|
8 */ |
|
9 ?> |
|
10 |
|
11 <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> |
|
12 <aside id="secondary" class="sidebar widget-area" role="complementary"> |
|
13 <?php dynamic_sidebar( 'sidebar-1' ); ?> |
|
14 </aside><!-- .sidebar .widget-area --> |
|
15 <?php endif; ?> |