HEX
Server: LiteSpeed
System: Linux Angkanet 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64
User: webpa4002 (1011)
PHP: 8.2.15
Disabled: NONE
Upload Files
File: /home/web.paitoan.com/public_html/wp-content/themes/frontier/page-cs.php
<?php // Template Name: 1 Sidebar, Right ?>

<?php get_header(); ?>

<div id="content" class="cf" role="main">
	<?php do_action( 'frontier_before_content' ); ?>

	<?php if ( is_active_sidebar( 'widgets_before_content' ) ) : ?>
		<aside id="widgets-wrap-before-content" class="cf"><?php dynamic_sidebar( 'widgets_before_content' ); ?></aside>
	<?php endif; ?>

	<?php
		the_post();
		get_template_part( 'loop', 'single' );
	?>

	<?php if ( is_active_sidebar( 'widgets_after_content' ) ) : ?>
		<aside id="widgets-wrap-after-content" class="cf"><?php dynamic_sidebar( 'widgets_after_content' ); ?></aside>
	<?php endif; ?>

	<?php do_action( 'frontier_after_content' ); ?>
</div>

<?php get_sidebar( 'right' ); ?>
<?php get_footer(); ?>