1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
'' . _x( 'Leave your response.', 'Behold') . '
',
// 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);
?>