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/partials/meta-info/comments.php
<?php if( epcl_get_option( 'enable_global_comments', true ) ): ?>
    <a href="<?php the_permalink();?>#show-comments" class="comments meta-info icon mobile tooltip" title="<?php esc_html( printf( _n( '%1$s Comment', '%1$s Comments', get_comments_number(), 'groovy'), number_format_i18n( get_comments_number() ) ) ); ?>">
        <svg><use xlink:href="#comments-icon"></use></svg>
        <?php if( epcl_get_option('hosted_comments') !== '2' && epcl_get_option('hosted_comments') !== '3' ): ?>
            <span class="comment-count hidden"><?php echo get_comments_number(); ?></span>
        <?php elseif( epcl_get_option('hosted_comments') == '3' ): // Facebook commments ?>
            <span class="fb-comments-count hidden" data-href="<?php the_permalink(); ?>">0</span>
        <?php else: // Disqus Comments ?>
            <span class="disqus-comment-count hidden" data-disqus-url="<?php the_permalink(); ?>" data-disqus-identifier="<?php the_ID(); ?>">0</span>
        <?php endif; ?>    
    </a>  
<?php endif; ?>