hello
Server : Apache System : Linux webm006.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 : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/chryzalihi/www/wp-contentOLD/themes/rakiya/ |
<?php // If a post password is required or no comments are given and comments/pings are closed, return. if ( post_password_required() || ( !have_comments() && !comments_open() && !pings_open() ) ) return; ?> <section id="comments-template"> <?php if ( have_comments() ) : // Check if there are any comments. ?> <div id="comments"> <h3 id="comments-number"><?php comments_number(); ?></h3> <ol class="comment-list"> <?php wp_list_comments( array( 'style' => 'ol', 'callback' => 'hybrid_comments_callback', 'end-callback' => 'hybrid_comments_end_callback' ) ); ?> </ol><!-- .comment-list --> <?php locate_template( array( 'misc/comments-nav.php' ), true ); // Loads the misc/comments-nav.php template. ?> </div><!-- #comments--> <?php endif; // End check for comments. ?> <?php locate_template( array( 'misc/comments-error.php' ), true ); // Loads the misc/comments-error.php template. ?> <?php comment_form(); // Loads the comment form. ?> </section><!-- #comments-template -->