File: D:/HostingSpaces/SoulSports/donutbootdenbosch.nl/wwwroot/wp-content/themes/darkorange/comments.php
<?php
/*
* The template for displaying comments.
*/
?>
<?php
if ( post_password_required() )
return;
?>
<div id="comments">
<?php if ( have_comments() ) : ?>
<h3 class="comments-title">
<?php printf( _n( '%1$s comment on %2$s', '%1$s comments on %2$s', get_comments_number(), 'darkorange' ), number_format_i18n( get_comments_number() ), get_the_title() ); ?>
</h3>
<ol class="comment-list">
<?php wp_list_comments( array(
'style' => 'ol',
'short_ping' => true,
'avatar_size' => 36,
) ); ?>
</ol>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<div class="comment-nav">
<?php previous_comments_link(); ?>
<?php next_comments_link(); ?>
</div>
<?php endif; ?>
<?php if ( ! comments_open() && get_comments_number() ) : ?>
<h4 class="no-comments"><?php _e( 'Comments are closed.', 'darkorange' ); ?></h4>
<?php endif; ?>
<?php endif; ?>
<?php comment_form(); ?>
</div>