Your IP : 216.73.216.196


Current Path : /home/icmq6107/clients/ruralinfos/Sitewebruralinfos/wp-content/themes/smart-mag/
Upload File :
Current File : /home/icmq6107/clients/ruralinfos/Sitewebruralinfos/wp-content/themes/smart-mag/bbpress.php

<?php
/**
 * bbPress Forum Template 
 */

get_header();
Bunyad::blocks()->load('Breadcrumbs')->render();

?>

<div <?php Bunyad::markup()->attribs('main'); ?>>

	<div class="ts-row">
		<div class="col-8 main-content">
			
			<?php if (have_posts()): the_post(); endif; // load the page ?>

			<div <?php post_class(); ?>>

				<header class="post-header">				
				
					<h1 class="main-heading"><?php the_title(); ?></h1>
				
				</header>
		
			<div>
				
				<?php Bunyad::posts()->the_content(); ?>
				
			</div>

			</div>
			
		</div>
		
		<?php Bunyad::core()->theme_sidebar(); ?>
		
	</div> <!-- .row -->
</div> <!-- .main -->

<?php get_footer(); ?>