| Current Path : /home/xbodynamge/lebauwcentre/wp-content/themes/onepress/ |
| Current File : /home/xbodynamge/lebauwcentre/wp-content/themes/onepress/sidebar.php |
<?php
/**
* The sidebar containing the main widget area.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package OnePress
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<div id="secondary" class="widget-area sidebar" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- #secondary -->