|
Server IP : 10.131.40.8 / Your IP : 216.73.216.37 Web Server : Apache System : Linux webd008.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : ludmqhh ( 137773) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/l/u/d/ludmqhh/www/hotel-forum/wp-content/themes/hotello/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
if (post_password_required()) {
return;
}
?>
<div id="comments" class="comments-area">
<?php comment_form(array(
'comment_notes_before' => '',
'comment_notes_after' => ''
)); ?>
<?php if (have_comments()) { ?>
<h4 class="comments-title text-transform">
<?php comments_number(); ?>
</h4>
<ul class="comment-list list-unstyled">
<?php wp_list_comments(array(
'style' => 'ul',
'short_ping' => true,
'avatar_size' => 87,
'callback' => 'hotello_comment'
)); ?>
</ul>
<?php if (get_comment_pages_count() > 1 && get_option('page_comments')) { ?>
<nav class="navigation comment-navigation" role="navigation">
<h2 class="screen-reader-text"><?php _e('Comment navigation', 'hotello'); ?></h2>
<div class="nav-links">
<?php
if ($prev_link = get_previous_comments_link(esc_html__('Older Comments', 'hotello'))) {
printf('<div class="nav-previous">%s</div>', $prev_link);
}
if ($next_link = get_next_comments_link(esc_html__('Newer Comments', 'hotello'))) {
printf('<div class="nav-next">%s</div>', $next_link);
}
?>
</div>
</nav>
<?php } ?>
<?php } ?>
<?php if (!comments_open() && get_comments_number() && post_type_supports(get_post_type(), 'comments')) { ?>
<p class="no-comments"><?php _e('Comments are closed.', 'hotello'); ?></p>
<?php } ?>
</div>