HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/zenoxpressjobs.com/careers.htm/wp-content/themes/zxldfw-tcompanyllcMain/comments.php
<?php if ( post_password_required() or !comments_open() ) return; ?>

<div id="comments" class="comments-area">

    <?php if ( have_comments() ) : ?>

        <h2 class="comments-title">
            <?php
                printf( _n( 'One thought on "%2$s"', '%1$s thoughts on "%2$s"', get_comments_number() ),
                        number_format_i18n( get_comments_number() ),
                        '<span>' . get_the_title() . '</span>' );
            ?>
        </h2>

        <div class="commentlist">
            <?php wp_list_comments( array( 'style' => 'div' ) ); ?>
        </div>

        <?php if ( get_comment_pages_count() > 1 and get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
            <nav id="comment-nav" class="blog-navigation" role="navigation">
                <h1 class="assistive-text section-heading">Comment navigation</h1>
                <div class="nav-previous"><?php previous_comments_link( '<i class="fa fa-arrow-left" aria-hidden="true"></i> Older Comments' ); ?></div>
                <div class="nav-next"><?php next_comments_link( 'Newer Comments <i class="fa fa-arrow-right" aria-hidden="true"></i>' ); ?></div>
            </nav>
        <?php endif; ?>

        <?php if ( ! comments_open() and get_comments_number() ) : ?>
            <p class="nocomments">Comments are closed.</p>
        <?php endif; ?>

    <?php endif; ?>

    <?php comment_form(); ?>

</div>