🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 08:39:21 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
momotimes.therahuldas.com
/
wp-content
/
themes
/
barlog
📍 /home/therahul/momotimes.therahuldas.com/wp-content/themes/barlog
🔄 Refresh
✏️
Editing: sidebar.php
Writable
<?php /** * The sidebar containing the main widget area. * * @package barlog */ if ( ! is_active_sidebar( 'sidebar-1' ) ) { return; } ?> <div id="secondary" class="widget-area" role="complementary"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div><!-- #secondary -->
💾 Save Changes
❌ Cancel