HEX
Server: Apache/2.4.62 (Unix) OpenSSL/1.1.1k
System: Linux box12.multicloud.host 4.18.0-553.52.1.el8_10.x86_64 #1 SMP Wed May 14 09:36:12 EDT 2025 x86_64
User: kashmira (1008)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /home/kashmira/public_html/razitahir.com/wp-content/themes/upress/template-parts/post-meta_md.php
<?php $translation = upress_translation(); ?>
<?php urdupress_posted_on() ?>
<span class="post-comments mr-10">
    <i class="icon-comment pl-5"></i>
    <?php
        $comments_count = wp_count_comments(get_the_ID());
        $comment_string = ($comments_count->approved == 1) ? $translation['meta']['comment'] : $translation['meta']['comments']; 
        echo $comments_count->approved ?> <?php _e($comment_string);
        
    ?>
</span>
<span class="post-views mr-10"><?php upress_views() ?></span>