1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
    'chained_comments','short_ping' => true ) ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>

__('+ Leave a Comment', 'chained'), // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_before' => '', 'comment_notes_after' => '', 'fields' => apply_filters( 'chained_comment_form_default_fields', array( 'author' => '

', 'email' => '

' ) ), 'id_submit' => 'comment-submit', 'label_submit' => __('Submit', 'chained'), // redefine your own textarea (the comment body) 'comment_field' => '

'); } else { $comments_args = array( // change the title of send button 'title_reply'=> __('+ Leave a Comment', 'chained'), // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_before' => '', 'comment_notes_after' => '', 'fields' => apply_filters( 'chained_comment_form_default_fields', array( 'author' => '

') ), 'id_submit' => 'comment-submit', 'label_submit' => __('Submit', 'chained'), // redefine your own textarea (the comment body) 'comment_field' => '

'); } //if we have no comments than we don't a second title, one is enough if ( !have_comments() ){ $comments_args['title_reply'] = ''; } comment_form($comments_args); ?>