themes-wordpress/pique/sidebar.php

13 lines
278 B
PHP
Raw Permalink Normal View History

2018-02-27 03:22:06 +00:00
<?php
/**
* The sidebar containing the main widget area.
*
* @package Pique
*/
if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<div id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- #secondary -->
<?php endif; ?>