PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home3/caa20236/public_html/wp-content/themes/koji/ |
| Server: Linux int2.cpanelhost.cl 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 IP: 138.117.148.152 |
| Dir : //home3/caa20236/public_html/wp-content/themes/koji/comments.php |
<?php
if ( post_password_required() ) {
return;
}
$comments_number = absint( get_comments_number() );
if ( $comments_number ) :
// Translators: %s = the number of comments
$comments_title = sprintf( _nx( '%s Comment', '%s Comments', $comments_number, 'Translators: %s = the number of comments', 'koji' ), $comments_number ); ?>
<div class="comments" id="comments">
<div class="comments-header">
<h3 class="comment-reply-title"><?php echo $comments_title; ?></h3>
<?php if ( comments_open() ) : ?>
<a class="leave-comment-link" href="#respond"><?php _e( 'Add Yours →', 'koji' ); ?></a>
<?php endif; ?>
</div><!-- .comments-header -->
<?php
wp_list_comments( array(
'avatar_size' => 120,
'style' => 'div',
) );
$comment_pagination = paginate_comments_links( array(
'echo' => false,
) );
if ( $comment_pagination ) :
// If we're only showing the "Next" link, add a class indicating so
if ( strpos( $comment_pagination, 'prev page-numbers' ) === false ) {
$pagination_classes = ' only-next';
} else {
$pagination_classes = '';
}
?>
<nav class="comments-pagination pagination<?php echo $pagination_classes; ?>">
<?php echo $comment_pagination; ?>
</nav>
<?php endif; ?>
</div><!-- comments -->
<?php endif; ?>
<?php if ( comments_open() || pings_open() ) :
comment_form( array(
'comments_notes_before' => '',
'comments_notes_after' => '',
'title_reply_before' => '<h2 id="reply-title" class="comment-reply-title">',
'title_reply_after' => '</h2>',
) );
else : ?>
<div class="comment-respond" id="respond">
<p class="closed"><?php _e( 'Comments are closed.', 'koji' ); ?></p>
</div><!-- #respond -->
<?php endif; ?>