![]() 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/askdragao.com/wp-content/themes/fclub/ |
<?php /** * The template for displaying comments * * The area of the page that contains both current comments * and the comment form. * */ if ( post_password_required() ) { return; } ?> <?php if ( have_comments() ) : ?> <h3 id="comments"> <?php $comments_number = get_comments_number(); if ( '1' === $comments_number ) { /* translators: %s: post title */ printf( _x( 'One Reply to “%s”', 'comments title', 'fclub' ), get_the_title() ); } else { printf( /* translators: 1: number of comments, 2: post title */ _nx( '%1$s Reply to “%2$s”', '%1$s Replies to “%2$s”', $comments_number, 'comments title', 'fclub' ), esc_html( number_format_i18n( $comments_number ) ), get_the_title() ); } ?> </h3><!-- #comments --> <ol class="commentlist"> <?php wp_list_comments( array( 'style' => 'ol', 'short_ping' => true, 'avatar_size' => 56, ) ); ?> </ol><!-- .commentlist --> <div class="comment-navigation"> <div class="alignleft"><?php previous_comments_link(); ?> </div><!-- .alignleft --> <div class="alignright"><?php next_comments_link(); ?> </div><!-- .alignright --> </div><!-- .comment-navigation --> <?php endif; // have_comments() ?> <?php // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'fclub' ); ?></p> <?php endif; ?> <?php comment_form(); ?>