🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 08:33:14 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty
🔄 Refresh
✏️
Editing: sidebar.php
Writable
<?php $sidebar = apply_filters( 'nighty_theme_sidebar', '' ); if ($sidebar == 'layout_1c' || $sidebar == ''){ return; } ?> <?php if(is_active_sidebar('main-sidebar')){ ?> <aside id="sidebar" class="sidebar"> <?php dynamic_sidebar('main-sidebar'); ?> </aside> <?php } ?>
💾 Save Changes
❌ Cancel