D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sadaunjx
/
darpress.com
/
new
/
wp-content
/
themes
/
vinkmag
/
Filename :
sidebar.php
back
Copy
<?php /** * The Sidebar containing the main widget area */ ?> <?php if ( is_active_sidebar( 'sidebar-right' ) ) { ?> <div id="sidebar-right" class="right-sidebar"> <?php dynamic_sidebar('sidebar-right'); ?> </div> <?php } ?>