| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/themes/glaza/ |
Upload File : |
<?php
if ( post_password_required() ) {
return false;
}
if ( comments_open() || get_comments_number() ) : ?>
<div id="comments" class="comments-area">
<?php if ( have_comments() ) : ?>
<div class="comment-title">
<h3><i class="fa fa-comments"></i><?php comments_number( glaza_translate( 'no_comment' ) ); ?></h3>
</div>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<nav id="comment-nav-above" class="comment-navigation" role="navigation">
<div class="nav-previous"><?php previous_comments_link( glaza_translate( 'old_comment' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( glaza_translate( 'new_comment' ) ); ?></div>
</nav>
<?php endif; ?>
<ul class="comment-list entry">
<?php
wp_list_comments( array(
'avatar_size' => 100,
'style' => 'ul',
'short_ping' => true,
)
);?>
</ul>
<?php the_comments_pagination( array(
'prev_text' => '<span class="nav-previous">' . glaza_translate( 'old_comment' ) . '</span>',
'next_text' => '<span class="nav-next">' . glaza_translate( 'new_comment' ) . '</span>',
)
);
endif;
if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>
<p class="no-comments"><?php echo glaza_translate( 'comment_closed' ); ?></p>
<?php endif;
comment_form( array(
'class_submit' => 'btn-wrap'
) ); ?>
</div>
<?php endif;