themes-wordpress/penscratch-2/sidebar.php
2018-02-27 14:14:42 +11:00

13 lines
282 B
PHP

<?php
/**
* The Sidebar containing the main widget areas.
*
* @package Penscratch 2
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<div id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- #secondary -->