HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
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(); ?>