' : '' ) . '
', ); $comments_args = array( // change the title of send button 'label_submit'=>'Submit', // change the title of the reply section 'title_reply'=>'Add your comment on this story', // 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' => '', // notes before input fields 'comment_notes_before' => '', 'fields' => $fields, ); comment_form($comments_args); ?>