Title: comment submit button disappeared
Last modified: August 24, 2016

---

# comment submit button disappeared

 *  Resolved [the_tim](https://wordpress.org/support/users/the_tim/)
 * (@the_tim)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/comment-submit-button-disappeared/)
 * I’m not sure when it happened exactly, but some recent WordPress update caused
   the submit button on my comment form to disappear. I’ve switched on Jetpack comments
   as a workaround, but would like to know how to get the default comment submit
   button back up.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [the_tim](https://wordpress.org/support/users/the_tim/)
 * (@the_tim)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/comment-submit-button-disappeared/#post-6071742)
 * Never mind, I found the answer here: [Comment submit button disappeared after 4.2 update](https://wordpress.org/support/topic/comment-submit-button-disappeared-after-42-update?replies=11#post-6886382)
 * Adding the two lines below to functions.php inside here:
 *     ```
       function oxygen_commentform_args( $args ) {
       [...]
       $args = array(
       ```
   
 * did the trick for me.
 *     ```
       'submit_button'        => '<input name="%1$s" type="submit" id="%2$s" class="%3$s" value="%4$s" />',
       'submit_field'         => '<p class="form-submit">%1$s %2$s</p>',
       ```
   
 *  [areck](https://wordpress.org/support/users/areck/)
 * (@areck)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/comment-submit-button-disappeared/#post-6071923)
 * thanks man! saved me hours of looking for the resolution!
 *  [elshaarawy](https://wordpress.org/support/users/elshaarawy/)
 * (@elshaarawy)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/comment-submit-button-disappeared/#post-6071928)
 * Hello dudes. I have the same problem. My theme is Oxygen and there is no comment
   button. I didn’t understand how you guys solve this problem. Can you explain 
   me step by step?
 *  [dnp_theme](https://wordpress.org/support/users/dnp_theme/)
 * (@dnp_theme)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/comment-submit-button-disappeared/#post-6071938)
 * [@the_tim](https://wordpress.org/support/users/the_tim/) thank you so much for
   your valuable answer. So simple explained what not even the codex does/have.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘comment submit button disappeared’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oxygen/0.6.0/screenshot.png)
 * Oxygen
 * [Support Threads](https://wordpress.org/support/theme/oxygen/)
 * [Active Topics](https://wordpress.org/support/theme/oxygen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oxygen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oxygen/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [dnp_theme](https://wordpress.org/support/users/dnp_theme/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/comment-submit-button-disappeared/#post-6071938)
 * Status: resolved