__( 'Submit Comment', 'gautamspeedbd' ), // Change the title of the reply section 'title_reply' => __( 'Write a Reply or Comment', 'gautamspeedbd' ), // Remove "Text or HTML to be displayed after the set of comment fields". 'comment_notes_after' => '', // Redefine your own textarea (the comment body). 'comment_field' => '


', ); comment_form( $comments_args ); ?>