%PDF- %PDF-
| Direktori : /home/vacivi36/public_bakcup/old/wp-content/themes/inspiry-medicalpress/ |
| Current File : /home/vacivi36/public_bakcup/old/wp-content/themes/inspiry-medicalpress/comments.php |
<?php
/*
* If the current post is protected by a password and the visitor has not yet
* entered the password we will return early without loading the comments.
*/
if (post_password_required())
return;
?>
<!-- start of comments section -->
<div id="comments-section">
<?php
if (have_comments()) {
?>
<h5 id="comments-title"><?php comments_number(__('No Comment', 'framework'), __('One Comment', 'framework'), __('% Comments', 'framework')); ?></h5>
<ol id="comments" class="commentlist">
<?php wp_list_comments( array( 'callback' => 'theme_comment' ) ); ?>
</ol>
<?php
if (get_comment_pages_count() > 1 && get_option('page_comments')) {
?>
<nav class="pagination comments-pagination">
<?php paginate_comments_links(); ?>
</nav>
<?php
}
}
?>
<?php
if (!comments_open() && '0' != get_comments_number() && post_type_supports(get_post_type(), 'comments')) {
?>
<p class="nocomments"><?php _e('Comments are closed.', 'framework'); ?></p>
<?php
}
?>
<?php comment_form(); ?>
</div>
<!-- end of comments -->