📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-09 01:43:20
📂
/ (Root)
/
home
/
goodiwcm
/
public_html
/
wp-content
/
themes
/
betheme
📍 /home/goodiwcm/public_html/wp-content/themes/betheme
🔄 Refresh
✏️
Editing: bbpress.php
Writable
<?php /** * The template for displaying bbPress * * @package Betheme * @author Muffin group * @link https://muffingroup.com */ get_header(); ?> <div id="Content"> <div class="content_wrapper clearfix"> <main class="sections_group"> <section class="section the_content"> <div class="section_wrapper"> <div class="the_content_wrapper"> <?php while (have_posts()) { the_post(); the_content(); } ?> </div> </div> </section> </main> <?php get_sidebar(); ?> </div> </div> <?php get_footer();
💾 Save Changes
❌ Cancel