🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-05 21:35:28 | 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: bbpress.php
Writable
<?php /** * * @package tx * @author theme-x * @link https://theme-x.org/ *=========================== * Default Page template *=========================== */ get_header(); ?> <div class="container space-content"> <div class="row"> <div id="primary" class="col-md-9"> <div id="main" class="site-main"> <?php while (have_posts()) : the_post(); ?> <?php get_template_part('template-parts/content/content', 'page'); ?> <?php if (comments_open() || get_comments_number()) : comments_template(); endif; ?> <?php endwhile; // end of the loop. ?> </div><!-- #main --> </div> <!-- #primary --> <?php get_sidebar('bbpress'); ?> </div> </div> <?php get_footer();
💾 Save Changes
❌ Cancel