[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
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 12 <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> 13 <aside id="secondary" class="sidebar widget-area"> 14 <?php dynamic_sidebar( 'sidebar-1' ); ?> 15 </aside><!-- .sidebar .widget-area --> 16 <?php endif; ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |