1 && get_option( 'page_comments' ) ) : ?>

'
', 'email' => '
', 'url' => '
', ); $comments_args = array( 'fields' => $fields, 'comment_notes_before' => '', 'comment_notes_after' => '', 'comment_field' => '
', 'label_submit' => 'Post Comment' ); ob_start(); comment_form($comments_args); $search = array('class="comment-form"','class="form-submit"'); $replace = array('class="comment-form row"','class="form-submit col-md-12"'); echo str_replace($search,$replace,ob_get_clean()); ?>