D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
fhblmjlrhosting
/
public_html
/
bearsilve.com
/
wp-content
/
themes
/
flatsome
/
Filename :
sidebar.php
back
Copy
<?php /** * The Sidebar containing the main widget areas. * * @package Flatsome\Templates * @flatsome-version 3.16.0 */ ?> <div id="secondary" class="widget-area <?php flatsome_sidebar_classes(); ?>" role="complementary"> <?php do_action( 'before_sidebar' ); ?> <?php if ( ! dynamic_sidebar( 'sidebar-main' ) ) : ?> <?php endif; // end sidebar widget area ?> </div>