Viewing File: /home/maglabs/keymed/wp-content/themes/intime/sidebar.php

<?php
/**
 * The sidebar containing the main widget area
 *
 * @package Intime
 */

if ( class_exists( 'WooCommerce' ) && (is_shop() || is_product()) ) {
    dynamic_sidebar( 'sidebar-shop' );
} else {
    dynamic_sidebar( 'sidebar-blog' );
}
Back to Directory File Manager