themes-wordpress/sketch/sidebar.php

14 lines
276 B
PHP
Raw Permalink Normal View History

2018-02-27 03:24:59 +00:00
<?php
/**
* The Sidebar containing the main widget areas.
*
* @package Sketch
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<div id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- #secondary -->