D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
apkstacker.com
/
wp-content
/
themes
/
infopediya
/
Filename :
sidebar.php
back
Copy
<?php /** * The sidebar containing the main widget area * @package Files_Custom_Theme */ if (!is_active_sidebar('sidebar-1')) { return; } ?> <aside id="secondary" class="default-sidebar-m widget-area-m col-md-12 col-xs-12 " style="overflow-x: hidden;width: 100%;"> <?php dynamic_sidebar('sidebar-1') ?> </aside><!-- #secondary -->