' . get_the_title() . '' ); } else { printf( esc_html( _nx( '%1$s comments', '%1$s comments', $amike_lite_comment_count, 'comments title', 'amike-lite' ) ), number_format_i18n( $amike_lite_comment_count ), '' . get_the_title() . '' ); } ?>

'commentform', 'class_form' => 'comment-form row', 'submit_field' => '
%1$s %2$s
', 'submit_button' => '', 'label_submit' => esc_html__( 'Post Comment','amike-lite' ), 'title_reply' => __( 'Leave a Reply' , 'amike-lite' ), 'format' => 'html5', 'comment_notes_before' => false, 'comment_field' => '
', 'fields' => apply_filters( 'amike_lite_comment_form_default_fields', array( 'author' => '
', 'email' => '
', ) ), )); ?>