';
}
comment_form(
array(
'class_container' => 'comment-form-section',
'class_form' => 'form-inline',
'title_reply_to' => 'Type a Reply to %s',
'title_reply_before' => '',
'id_submit' => 'comment-form-submit',
'name_submit' => 'Submit Comment',
'class_submit' => 'thm-btn',
// 'submit_button' => 'Submit Comment',
'cancel_reply_before' => '',
'cancel_reply_after' => '
',
)
);
} elseif ( is_single() ) {
if ( $comments ) {
echo '
';
}
?>