diff --git a/comments.php b/comments.php index 5c3017a..733b925 100644 --- a/comments.php +++ b/comments.php @@ -8,22 +8,41 @@ if (post_password_required()) { } ?> -
', + 'title_reply_after' => '
', + 'comment_field' => '', + 'fields' => array( + 'author' => '+
+ 'comment-form mt-4', - 'class_submit' => 'btn btn-secondary fw-bold text-uppercase mt-4 px-4 py-2', - 'title_reply_before' => '' . get_the_title() . '' + esc_html__('One Response', 'wisdom1') ); } else { printf( - esc_html(_nx('%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comment_count, 'comments title', 'wisdom1')), - number_format_i18n($comment_count), - '' . get_the_title() . '' + esc_html(_nx('%1$s Response', '%1$s Responses', $comment_count, 'comments title', 'wisdom1')), + number_format_i18n($comment_count) ); } ?> @@ -35,7 +54,7 @@ if (post_password_required()) { array( 'style' => 'ol', 'short_ping' => true, - 'avatar_size' => 60, + 'avatar_size' => 0, ) ); ?> @@ -47,29 +66,11 @@ if (post_password_required()) { // If comments are closed and there are comments, let's leave a little note, shall we? if (!comments_open()): ?> -
', - 'title_reply_after' => '
', - 'comment_field' => '', - 'fields' => array( - 'author' => '