?AlkantarClanX12
| Current Path : /home/rankinh/saintgilleslesbains/wp-content/themes/pressville/ |
| Current File : /home/rankinh/saintgilleslesbains/wp-content/themes/pressville/comments.php |
<?php if (comments_open()) : ?>
<!-- POST COMMENTS : begin -->
<div class="post-comments">
<div class="post-comments__inner">
<h2 class="post-comments__title">
<?php echo sprintf(esc_html(_n('%s Commentaire', '%s Commentaires', lsvr_pressville_get_post_comments_count(), 'pressville')), lsvr_pressville_get_post_comments_count()); ?>
</h2>
<?php // Comments list
if (lsvr_pressville_has_post_comments()) : ?>
<!-- COMMENTS LIST : begin -->
<ul class="post-comments__list<?php if (get_option('show_avatars')) {
echo ' post-comments__list--avatars';
} ?>">
<?php wp_list_comments(array(
'reply_text' => esc_html__('Répondre au commentaire', 'pressville'),
'avatar_size' => 40,
'format' => 'html5'
)); ?>
</ul>
<!-- COMMENTS LIST : end -->
<?php paginate_comments_links(array(
'prev_next' => false,
'type' => 'list'
)); ?>
<?php else : ?>
<?php lsvr_pressville_the_alert_message(esc_html__('Aucun commentaire', 'pressville')); ?>
<?php endif; ?>
<!-- COMMENT FORM : begin -->
<div class="post-comments__form<?php if (is_user_logged_in()) {
echo ' post-comments__form--logged-in';
} ?>">
<?php comment_form(array(
'title_reply_before' => '<h3>',
'title_reply_after' => '</h3>',
'title_reply' => esc_html__('Laisser un commentaire', 'pressville'),
)); ?>
</div>
<!-- COMMENT FORM : end -->
</div>
</div>
<!-- POST COMMENTS : end -->
<?php endif; ?>