HOME


Mini Shell 1.0
DIR: /home/otwalrll/.trash/wp-content.1/themes/consultio/
Upload File :
Current File : /home/otwalrll/.trash/wp-content.1/themes/consultio/sidebar.php
<?php
/**
 * The sidebar containing the main widget area
 *
 * @package Consultio
 */

if ( class_exists( 'WooCommerce' ) && (is_shop() || is_product()) ) {
    dynamic_sidebar( 'sidebar-shop' );
} else {
    dynamic_sidebar( 'sidebar-blog' );
}