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/public_html/wp-content/themes/DaKhoaHongPhat/category.php
<?php get_header(); ?>
<div class="bg-category pb-5">

    <?php get_template_part('blocks/breadcrum'); ?>
    <?php get_template_part('blocks/category-desc'); ?>

    <div class="row">

    <div class="col-xl-3 d-none d-xl-block">
            <div class="gif-page-lh">
                <a class="img-page-lh" target="_blank" href="<?= LIVE_CHAT ?>">
                    <img src="<?= get_template_directory_uri() ?>/image/page-lien-he.gif" class="img-fluid" alt="">
                </a>
            </div>

        </div>

    <div class="col-xxl-6 col-xl-6">
        <div class="news-feature">
            <div class="row gy-xl-4 gy-5">
                <?php if (have_posts()) : ?>
                    <?php
                    while (have_posts()) : the_post();
                        ?>
                        <?php get_template_part('template-parts/content') ?>
                        <?php
                    endwhile ?>
                    <?php paginator_wp(); ?>
                <?php else: ?>
                    <?php get_template_part('template-parts/content', 'none'); ?>
                <?php endif; ?>

            </div>
        </div>
    </div>
<div class="col-xxl-3 col-xl-3">
        <?php get_sidebar() ?>
    </div>
</div>

</div>
<?php get_footer(); ?>