Sindbad~EG File Manager

Current Path : /home/xiedrke/entrepot/wp-content/themes/realpro/
Upload File :
Current File : /home/xiedrke/entrepot/wp-content/themes/realpro/comments.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://codex.wordpress.org/Template_Hierarchy
 *
 */

/*
 * 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;
}
?>

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

		<h3 class="comments-title">
			<?php echo esc_html__( 'Comments', 'realpro' ); ?>
		</h3>

		<?php if ( have_comments() ) { ?>
			<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through  ?>
				<nav id="comment-nav-above" class="comment-navigation" role="navigation">
					<h1 class="screen-reader-text"><?php echo esc_html( 'Comment navigation', 'realpro' ); ?></h1>
					<div class="nav-previous"><?php previous_comments_link( esc_html__( '&larr; Older Comments', 'realpro' ) ); ?></div>
					<div class="nav-next"><?php next_comments_link( esc_html__( 'Newer Comments &rarr;', 'realpro' ) ); ?></div>
				</nav><!-- #comment-nav-above -->
			<?php endif; // check for comment navigation  ?>

			<ul class="comment-list">
				<?php wp_list_comments( 'type=all&callback=thim_comment' );  ?>
			</ul>

			<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through  ?>
				<nav id="comment-nav-below" class="comment-navigation" role="navigation">
					<h1 class="screen-reader-text"><?php echo esc_html( 'Comment navigation', 'realpro' ); ?></h1>
					<div class="nav-previous"><?php previous_comments_link( esc_html__( '&larr; Older Comments', 'realpro' ) ); ?></div>
					<div class="nav-next"><?php next_comments_link( esc_html__( 'Newer Comments &rarr;', 'realpro' ) ); ?></div>
				</nav><!-- #comment-nav-below -->
			<?php endif; // check for comment navigation  ?>

		<?php } else {
			echo '<div class="empty-cmt"><div class="empty-text">' . esc_html__('No comments yet! You are the first to comment.','realpro') . '</div></div>';
		} // have_comments() ?>
		<?php if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>
			<p class="no-comments"><?php echo esc_html( 'Comments are closed.', 'realpro' ); ?></p>
		<?php endif; ?>
	</div>

	<?php comment_form( array(
		'comment_field' => '<p class="comment-form-comment">' . '<textarea placeholder="' . esc_attr__( 'Comment*', 'realpro' ) . '" id="comment" name="comment" cols="45" rows="8" aria-required="true">' . '</textarea></p>'
	) ); ?>
</div><!-- #comments -->

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists