Warning: file_put_contents(/home/admin/domains/adexbranding.com/private_html/robots.txt): Failed to open stream: Permission denied in /home/admin/domains/adexbranding.com/public_html/index.php on line 3
HEX
HEX
Server: Apache/2
System: Linux srv 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: admin (1000)
PHP: 8.1.16
Disabled: NONE
Upload Files
File: /home/admin/domains/adexbranding.com/private_html/wp-content/themes/betheme/bbpress.php
<?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();