HEX
Server: Apache/2
System: Linux server.cloudfly.vn 3.10.0-1160.71.1.el7.x86_64 #1 SMP Tue Jun 28 15:37:28 UTC 2022 x86_64
User: root (0)
PHP: 7.4.29
Disabled: NONE
Upload Files
File: /home/dkhp464/domains/dakhoahaiphong464.com/public_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(); ?>