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/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(); ?>