D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
lashijas.shop
/
wp-content
/
themes
/
bailly
/
Filename :
sidebar-store.php
back
Copy
<?php /** * The sidebar containing the main widget area * * @package WordPress * @subpackage Bailly * @since Bailly 1.0 */ if ( is_active_sidebar( 'store-sidebar' ) ) { ?> <div class="widget-area" role="complementary"> <?php dynamic_sidebar( 'store-sidebar' ); ?> </div> <?php } ?>