|
Server IP : 10.131.40.8 / Your IP : 216.73.216.15 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 (0755) : /home/ludmqhh/www/provence-plomberie/../guillaume/wp-content/themes/flexblog/js/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
//prevent the direct loading of this file
if( !empty($_SERVER['SCRIPT-FILENAME']) && basename($_SERVER['SCRIPT-FILENAME']) == 'comments.php' ) {
die(esc_html__('You cannot access this file directory', 'flexblog'));
}
?>
<?php if( post_password_required()) : ?>
<p>
<?php esc_html_e( 'This post is password protected. Enter the password to view the comments.' ,'flexblog'); ?>
<?php return; ?>
</p>
<?php endif; ?>
<?php if ( have_comments() ) : ?>
<div class="comment-title">
<h2><?php comments_number( esc_html__( 'No Comments', 'flexblog' ), esc_html__( 'One Comment', 'flexblog' ), esc_html__( '% Comments', 'flexblog' ) ); ?></h2>
</div>
<ul class="commentslist" >
<?php wp_list_comments('callback=infinity_comments'); ?>
</ul>
<?php if(get_comment_pages_count() > 1 && get_option('page_comments')) : ?>
<div class="comments-nav-section">
<p class="fl"></p>
<p class="fr"></p>
<div class="infinity-pagination">
<div class="default-previous">
<?php previous_comments_link( '<i class="fa fa-long-arrow-left" ></i> '. esc_html__('Older Comments', 'flexblog') ); ?>
</div>
<div class="default-next">
<?php next_comments_link( esc_html__('Newer Comments', 'flexblog') . ' <i class="fa fa-long-arrow-right" ></i>' ); ?>
</div>
<div class="clear"></div>
</div>
</div> <!-- end comments-nav-section -->
<?php endif; ?>
<?php endif; ?>
<?php comment_form(); ?>
