🏠 Root
/
home
/
artorgp
/
parankhoit
/
wp-content
/
themes
/
fortunato
/
Editing: sidebar.php
<?php /** * The sidebar containing the main widget area. * * @package fortunato */ if ( ! is_active_sidebar( 'sidebar-1' ) ) { return; } ?> <div id="secondary" class="widget-area" role="complementary"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div><!-- #secondary -->
Save
Cancel