1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
'ol',
'short_ping' => true,
) );
?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
'Send',
// change the title of the reply section
'title_reply'=>'Write a Reply or Comment',
// remove "Text or HTML to be displayed after the set of comment fields"
'comment_notes_after' => ''
// redefine your own textarea (the comment body)
);
comment_form($comments_args);
?>