Current File : /home/bdmcricketindia.in/public_html/wp-content/themes/sahifa/bbpress.php |
<?php get_header(); ?>
<div class="content">
<?php if ( ! have_posts() ) : ?>
<?php get_template_part( 'framework/parts/not-found' ); ?>
<?php endif; ?>
<?php while ( have_posts() ) : the_post();?>
<?php tie_breadcrumbs() ?>
<article <?php post_class('post-listing'); ?>>
<div class="post-inner">
<h1 class="name post-title entry-title"><span itemprop="name"><?php the_title(); ?></span></h1>
<div class="entry">
<?php the_content(); ?>
</div><!-- .entry /-->
</div><!-- .post-inner -->
</article><!-- .post-listing -->
<?php endwhile;?>
</div><!-- .content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>