![]() 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/confenda.com/wp-content/themes/beevent/ |
<?php /* The comments page for WMD * * @package WordPress * @subpackage beevent * @since beevent 4.1 */ if ( post_password_required() ) { return; } ?> <div id="comments" class="comments-area"> <?php if ( have_comments() ) : ?> <h5 class="block-head"> <?php printf( _nx( '1 Comment', '%1$s Comments', get_comments_number(), 'comments title', 'beevent' ), number_format_i18n( get_comments_number() ), get_the_title() ); ?> </h5> <?php beevent_comment_nav(); ?> <ul class="commentlist"> <?php wp_list_comments( array('style' => 'ol', 'short_ping' => true, 'avatar_size' => 56, ) );?> </ul><!-- .comment-list --> <?php beevent_comment_nav(); endif; // 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 echo esc_html( 'Comments are closed.', 'beevent' ); ?></p> <?php endif; comment_form(); ?> </div><!-- .comments-area -->