| Server IP : 217.160.0.15 / Your IP : 216.73.216.227 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/43/d124547881/htdocs/chocadoodle.co.uk/wp-content/themes/reiki/ |
Upload File : |
<?php
if (post_password_required()):
return;
endif;
?>
<div class="post-comments">
<?php if (have_comments()): ?>
<h2 id="comments">
<span class="comments-number">
<?php comments_number(__( 'No Responses', 'reiki' ), __( 'One Response', 'reiki' ), __( '% Responses', 'reiki' )); ?>
</span>
</h2>
<ol class="commentlist">
<?php
wp_list_comments( array(
'avatar_size' => '32'
));
?>
</ol>
<?php
if (get_comment_pages_count() > 1 && get_option('page_comments')):
?>
<div class="navigation">
<div class="prev-posts">
<?php previous_comments_link(__('< Older Comments', 'reiki')); ?>
</div>
<div class="next-posts">
<?php next_comments_link(__('Newer Comments >', 'reiki')); ?>
</div>
</div>
<?php
endif;
?>
<?php endif; ?>
<?php
if (!comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' )):
?>
<p class="no-comments"><?php _e('Comments are closed.', 'reiki' ); ?></p>
<?php
endif;
?>
<div class="comments-form">
<div class="comment-form">
<?php comment_form();?>
</div>
</div>
</div>