Sindbad~EG File Manager
<?php
if ( post_password_required() ) {
return;
}?>
<div id="comments" class="comments-area">
<?php
if ( have_comments() ) : ?>
<h3><?php comments_number(esc_html__('No Comments','wdt-portfolio'), esc_html__('Comments ( 1 )','wdt-portfolio'), esc_html__('Comments ( % )','wdt-portfolio') );?></h3>
<?php the_comments_navigation(); ?>
<ul class="commentlist">
<?php wp_list_comments( array( 'avatar_size' => 50 ) ); ?>
</ul>
<?php the_comments_navigation();
endif;
if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>
<p class="nocomments"><?php esc_html_e( 'Comments are closed.','wdt-portfolio'); ?></p><?php
endif;
comment_form();
?>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists