Your IP : 3.16.29.71


Current Path : /home/church/public_html/mekhimalachi.org/wp-content/themes/mekhi/
Upload File :
Current File : /home/church/public_html/mekhimalachi.org/wp-content/themes/mekhi/sidebar-shop.php

<?php
    if ( is_active_sidebar( 'shop-sidebar' ) && ! is_single() && ! isset( $_GET['shop_no_sidebar'] ) ) {
    ?>
<aside id="sidebar" class="woocommerce-sidebar">

    <?php dynamic_sidebar( 'shop-sidebar' ); ?>

    <div class="clearfix"></div>
</aside>
<?php } //if is_active_sidebar ?>