File: /home/dkhp464/domains/dakhoahaiphong464.com/private_html/wp-content/themes/DaKhoaHongPhat/page.php
<?php get_header(); ?>
<div class="container pb-5">
<?php get_template_part('blocks/breadcrum'); ?>
<div class="row gy-4">
<div class="col-xl-8">
<?php if (have_posts()) : ?>
<?php
while (have_posts()) : the_post(); ?>
<?php get_template_part('template-parts/content', 'page')?>
<?php endwhile ?>
<?php paginator_wp(); ?>
<?php else: ?>
<?php get_template_part('template-parts/content', 'none'); ?>
<?php endif; ?>
</div>
<div class="col-xl-4 ps-xl-5">
<?php echo get_sidebar();?>
</div>
</div>
</div>
<?php get_footer(); ?>