DIR: /home/otwalrll/.trash/wp-content.1/themes/consultio/ |
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' ); } |