' . get_the_title() . '' ); ?>

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? ?>

'Submit', 'class_submit' => 'btn btn-default', // change the title of the reply section 'title_reply'=>'Submit Your Comments', // remove "Text or HTML to be displayed after the set of comment fields" 'comment_form_top' => '', 'comment_notes_before' => '', 'comment_notes_after' => '', // redefine your own textarea (the comment body) 'comment_field' => '
', 'submit_button' => '
', ); } else { $comments_args = array( // change the title of send button 'label_submit'=>'Submit', 'class_submit' => 'btn btn-default', // change the title of the reply section 'title_reply'=>'Submit Your Comments', // remove "Text or HTML to be displayed after the set of comment fields" 'comment_form_top' => '', 'comment_notes_before' => '', 'comment_notes_after' => '', // redefine your own textarea (the comment body) 'submit_button' => '
', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
', 'email' => '
', 'url' => '
', ) ), 'comment_field' => '
', ); } comment_form($comments_args); ?>