File: //home/madepabj/hc-cosmetics.com/wp-content/themes/dbea/single.php
<?php get_header(); ?>
<!-- Content -->
<div id="sns_content">
<div class="container">
<div class="row sns-content">
<?php dbea_leftcol(); ?>
<div class="<?php echo esc_attr(dbea_maincolclass()); ?>">
<?php
// Start the loop.
if(have_posts()):
while ( have_posts() ) : the_post();
dbea_set_post_views(get_the_ID());
get_template_part( 'framework/tpl/single/single', get_post_format() );
endwhile;
else:
get_template_part( 'content', 'none' );
endif;
?>
</div>
<?php dbea_rightcol(); ?>
</div>
</div>
</div>
<!-- End Content -->
<?php get_footer(); ?>