Current Path : /home/church/public_html/paradigmmar.com/wp-content/themes/honeypress/ |
Current File : /home/church/public_html/paradigmmar.com/wp-content/themes/honeypress/sidebar-woocommerce.php |
<?php /** * side bar template * */ ?> <div class="col-lg-4 col-md-5 col-sm-12"> <div class="sidebar"> <?php if ( is_active_sidebar( 'woocommerce' ) ) : dynamic_sidebar( 'woocommerce' ); endif; ?> </div> </div>