. * * Copyright (C) 2024 MD Arzan Hosen */ /** * The template for displaying comments */ if ( post_password_required() ) { return; } ?>
' . get_the_title() . '' ); } else { printf( /* translators: 1: comment count, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comment_count, 'comments title', 'application-guy-professional' ) ), number_format_i18n( $comment_count ), '' . get_the_title() . '' ); } ?>
'ol', 'short_ping' => true, 'avatar_size' => 60, ) ); ?>
'btn btn-primary', 'title_reply_before' => '', 'title_reply_after' => '
', )); ?>