%PDF- %PDF-
| Direktori : /home/casasdemontanacr/www/wp-content/themes/honma/ |
| Current File : /home/casasdemontanacr/www/wp-content/themes/honma/comments.php |
<?php
/**
* The template for displaying Comments.
*
*
* @package Honma
*/
$oddcomment = 'class="alt" ';
?>
<?php if ( ! post_password_required() ) { ?>
<div class="comments">
<?php if ( ! comments_open() & is_single() ) : ?><p><?php _e( 'Comments are currently closed.', 'honma' ); ?></p><?php endif; ?>
<?php if ($comments) : ?>
<h3><?php printf( _n( 'One thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'honma' ), number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' );?></h3>
<ul class="commentlist">
<?php wp_list_comments(); ?>
</ul>
<?php endif; ?>
<p><?php paginate_comments_links(); ?></p>
<?php comment_form(); ?>
</div>
<?php } ?>