diff options
author | 2016-08-16 09:02:43 -0400 | |
---|---|---|
committer | 2016-08-16 09:04:16 -0400 | |
commit | ca2931bbb7ea682e3cdbc1775737d1e6897974ab (patch) | |
tree | 1a68e9c1988a78bcc8f8f42fb64f9bce5ee3be08 /themes/twentysixteen/sidebar.php | |
parent | Update plugin jetpack to 4.1.1 (diff) | |
download | blogs-gentoo-ca2931bbb7ea682e3cdbc1775737d1e6897974ab.tar.gz blogs-gentoo-ca2931bbb7ea682e3cdbc1775737d1e6897974ab.tar.bz2 blogs-gentoo-ca2931bbb7ea682e3cdbc1775737d1e6897974ab.zip |
Update to twentyfourteen-1.8 twentyfifteen-1.6 twentysixteen-1.3
Diffstat (limited to 'themes/twentysixteen/sidebar.php')
-rw-r--r-- | themes/twentysixteen/sidebar.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/twentysixteen/sidebar.php b/themes/twentysixteen/sidebar.php new file mode 100644 index 00000000..d4d893eb --- /dev/null +++ b/themes/twentysixteen/sidebar.php @@ -0,0 +1,15 @@ +<?php +/** + * The template for the sidebar containing the main widget area + * + * @package WordPress + * @subpackage Twenty_Sixteen + * @since Twenty Sixteen 1.0 + */ +?> + +<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> + <aside id="secondary" class="sidebar widget-area" role="complementary"> + <?php dynamic_sidebar( 'sidebar-1' ); ?> + </aside><!-- .sidebar .widget-area --> +<?php endif; ?> |