[ Index ] |
PHP Cross Reference of WordPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * The sidebar containing the main widget area 4 * 5 * If no active widgets are in the sidebar, hide it completely. 6 * 7 * @package WordPress 8 * @subpackage Twenty_Twelve 9 * @since Twenty Twelve 1.0 10 */ 11 ?> 12 13 <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> 14 <div id="secondary" class="widget-area" role="complementary"> 15 <?php dynamic_sidebar( 'sidebar-1' ); ?> 16 </div><!-- #secondary --> 17 <?php endif; ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 15 01:00:02 2024 | Cross-referenced by PHPXref 0.7.1 |