🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-05 23:34:06 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
staging.eliteewallet.com
/
wp-content
/
themes
/
avas
📍 /home/eliteewa/staging.eliteewallet.com/wp-content/themes/avas
🔄 Refresh
✏️
Editing: sidebar.php
Writable
<?php /** * * @package tx * @author theme-x * @link https://theme-x.org/ * ============================ * Right Sidebar * ============================ */ if (is_active_sidebar('sidebar-post')) : ?> <div id="secondary" class="widget-area col-lg-4 col-md-4 col-sm-12" role="complementary"> <?php dynamic_sidebar('sidebar-post'); ?> </div><!-- #secondary --> <?php endif;
💾 Save Changes
❌ Cancel