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; ?>