File: /home/madepabj/hc-cosmetics.com/wp-content/themes/dbea/search.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
if ( have_posts() ) : ?>
<div id="snsmain" class="blog-standard posts sns-blog-posts">
<?php
// Theloop
while ( have_posts() ) : the_post();
get_template_part( 'framework/tpl/posts/post' );
endwhile;
?>
</div>
<?php
// Paging
get_template_part('tpl-paging');
else:
echo esc_html__('No post were found matching your selection', 'dbea');
endif; ?>
</div>
<?php dbea_rightcol(); ?>
</div>
</div>
</div>
<!-- End Content -->
<?php get_footer(); ?>