Current Path : /var/test/www/html/37thanniversary/wp-content/themes/crowdngo/ |
Current File : /var/test/www/html/37thanniversary/wp-content/themes/crowdngo/sidebar-store.php |
<?php /** * The sidebar containing the main widget area * * @package WordPress * @subpackage Crowdngo * @since Crowdngo 1.0 */ if ( is_active_sidebar( 'store-sidebar' ) ) { ?> <div class="widget-area" role="complementary"> <?php dynamic_sidebar( 'store-sidebar' ); ?> </div> <?php } ?>