D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
homehopshortterm
/
public_html
/
wp-content
/
themes
/
pixwell
/
templates
/
header
/
Filename :
section-topsite.php
back
Copy
<?php if ( is_active_sidebar( 'pixwell_sidebar_topsite' ) ) : ?> <div class="topsite-wrap fw-widget-section"> <?php dynamic_sidebar( 'pixwell_sidebar_topsite' ); ?> </div> <?php endif;