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>