Current Path : /home/church/www/blackfounderssummit.com/wp-content/themes/BFS/ |
Current File : /home/church/www/blackfounderssummit.com/wp-content/themes/BFS/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 -->