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/gamepointpk.com/wp-content/themes/groovy/tag.php
<?php get_header(); ?>
<?php
$obj = get_queried_object();
?>
<!-- start: #archives-->
<main id="archives" class="main">
    
    <div class="grid-container grid-medium">
        <div class="tag-description section bg-box">
        
            <div class="left grid-35 tablet-grid-45 np-mobile">
                <b><?php esc_html_e('Tag:', 'groovy'); ?></b>
                <h1 class="title medium fw-bold no-margin"><svg><use xlink:href="#tag-decoration"></use></svg><?php single_cat_title(); ?></h1>
                <div class="total"><?php esc_html( printf( _n( '%1$s <span class="dot"></span> Article', '%1$s &nbsp;<span class="dot"></span> Articles', $obj->count, 'groovy'), number_format_i18n( $obj->count ) ) ); ?></div>
                <div class="epcl-decoration-counter"><?php echo esc_html($obj->count); ?></div>
            </div>

            <?php if( term_description() ): ?>
                <div class="right grid-65 tablet-grid-55 np-tablet np-mobile">
                    <?php echo term_description(); ?>
                </div>
            <?php endif; ?>
            
            <div class="clear"></div>
        </div>

    </div>

    <?php if( empty($epcl_theme) || !$epcl_theme['archive_layout'] || $epcl_theme['archive_layout'] == 'classic' ): ?>
        <?php get_template_part('partials/home-blocks/classic-posts'); ?>
    <?php elseif( $epcl_theme['archive_layout'] == 'classic_sidebar'  ): ?>
        <?php get_template_part('partials/home-blocks/classic-posts-sidebar'); ?>
    <?php elseif( $epcl_theme['archive_layout'] == 'grid_3_cols' || $epcl_theme['archive_layout'] == 'grid_4_cols' ):  ?>
        <?php get_template_part('partials/home-blocks/grid-posts'); ?>
    <?php elseif( $epcl_theme['archive_layout'] == 'grid_sidebar'  ): ?>
        <?php get_template_part('partials/home-blocks/grid-sidebar'); ?>
    <?php endif; ?>

</main>
<!-- end: #archives -->

<?php get_footer(); ?>