File "bbpress.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/themes/magone/bbpress.php
File size: 134 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
get_header();
if ( have_posts() ) :
while ( have_posts() ) : the_post();
the_content();
endwhile;
endif;
get_footer();