![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/renascerdoestoril.com/wp-content/themes/soccer-academy/ |
<?php /** * The template for displaying comments * * @subpackage Soccer Academy * @since 1.0 */ if ( post_password_required() ) { return; } ?> <div id="comments" class="comments-area"> <?php if ( have_comments() ) : ?> <h2 class="comments-title"> <?php $soccer_academy_comments_number = get_comments_number(); if ( '1' === $soccer_academy_comments_number ) { /* translators: %s: post title */ printf( esc_html__( 'One thought on “%s”', 'soccer-academy' ), esc_html (get_the_title() )); } else { printf( esc_html( /* translators: 1: number of comments, 2: post title */ _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $soccer_academy_comments_number, 'comments title', 'soccer-academy' ) ), esc_html (number_format_i18n( $soccer_academy_comments_number ) ), esc_html (get_the_title()) ); } ?> </h2> <div class="pre"> <?php the_comments_navigation(); ?> </div> <ol class="comment-list"> <?php wp_list_comments( array( 'avatar_size' => 100, 'style' => 'ol', 'short_ping' => true, ) ); ?> </ol> <div class="nex"> <?php the_comments_navigation(); ?> </div> <?php endif; if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'soccer-academy' ); ?></p> <?php endif; comment_form(); ?> </div>