🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux s20058.bom1.stableserver.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
👤 User: skhata (1324)
🐘 PHP: 8.4.20
🚫 Disabled: ✨ NONE

💻 Terminal

📁 /home/skhata/chandrasons.com/public
$

📄 comments.php

📁 Path: /home/skhata/globaledge.com.np/wp-content/themes/visapass/comments.php
📊 Size: 2.43 KB
🔒 Perm: 0644
📝 MIME: text/x-php
<?php
/**
 * The template for displaying comments
 *
 * This is the template that displays the area of the page that contains both the current comments
 * and the comment form.
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package visapass
 */

/*
 * If the current post is protected by a password and
 * the visitor has not yet entered the password we will
 * return early without loading the comments.
 */
if ( post_password_required() ) {
    return;
}
?>

<?php if( get_comments_number() >= 1 ): ?>
<div class="post-comments mb-70">
    <div class="blog-coment-title mb-30">

        <?php
            $comment_no = number_format_i18n(get_comments_number());
            $comment_text = (!empty($comment_no) AND ( $comment_no > 1 ) )  ?  esc_html__( ' Comments', 'visapass' ) : esc_html__( ' Comment ', 'visapass' );
            $comment_no = (!empty($comment_no) AND ( $comment_no > 0 ) )  ? '<h2>' . esc_html($comment_no . $comment_text) .'</h2>' : ' ';
            print sprintf("%s", $comment_no);
        ?>

    </div>
    <div class="latest-comments">
        <ul>
            <?php 
                wp_list_comments( array(
                  'style'             => 'ul',
                  'callback'          => 'visapass_comment',
                  'avatar_size'       => 90,
                  'short_ping'        => true, 
                ) ); 
            ?>
        </ul>
    </div>
</div>
<?php endif; ?>

<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
    <div class="comment-pagination mb-50">
        <nav id="comment-nav-below" class="comment-navigation" role="navigation">
            <h1 class="screen-reader-text"><?php esc_html_e( 'Comment navigation', 'visapass' ); ?></h1>
            <div class="row">
                <div class="col-md-6">
                    <div class="nav-previous "><?php previous_comments_link( esc_html__( '&larr; Older ', 'visapass' ) ); ?></div>
                </div>
                <div class="col-md-6">
                    <div class="nav-next "><?php next_comments_link( esc_html__( 'Newer &rarr;', 'visapass' ) ); ?></div>
                </div>
            </div>
            <div class="clearfix"></div>
        </nav><!-- #comment-nav-below -->
    </div>
<?php endif; // check for comment navigation ?>


<div class="post-comment-form">
    <?php comment_form(); ?>
</div>
        
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨