File: /home/silvpoho/dayanecrespo.com/wp-content/themes/kava/sidebar-shop.php
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Kava
*/
?>
<?php if ( is_active_sidebar( 'sidebar-shop' ) && 'none' !== kava_theme()->sidebar_position ) : ?>
<aside id="secondary" <?php kava_secondary_content_class( array( 'widget-area' ) ); ?>>
<?php dynamic_sidebar( 'sidebar-shop' ); ?>
</aside><!-- #secondary -->
<?php endif;