Title: Remove value=&quot;Post Comment&quot; from Submit input
Last modified: August 19, 2016

---

# Remove value="Post Comment" from Submit input

 *  [eriksnet](https://wordpress.org/support/users/eriksnet/)
 * (@eriksnet)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/remove-valuepost-comment-from-submit-input/)
 * Can someone tell me where to go to remove the value=”Post Comment”. I’m using
   the twentyten theme. I replaced the submit with an image link, but still have
   the value appearing.
 * Many thanks.

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

 *  [David Gard](https://wordpress.org/support/users/duck_boy/)
 * (@duck_boy)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/remove-valuepost-comment-from-submit-input/#post-1753559)
 * have you changed `type="submit"` to `type="image"`?
 *  Thread Starter [eriksnet](https://wordpress.org/support/users/eriksnet/)
 * (@eriksnet)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/remove-valuepost-comment-from-submit-input/#post-1753597)
 * Not yet… I’m trying to find where the code is functions.php, page.php, etc…?
 *  Thread Starter [eriksnet](https://wordpress.org/support/users/eriksnet/)
 * (@eriksnet)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/remove-valuepost-comment-from-submit-input/#post-1753598)
 * My link is: [](http://www.myorphan.com/blog/?p=4)
 * Look at he button on the bottom.
 * Thank you.
 *  [David Gard](https://wordpress.org/support/users/duck_boy/)
 * (@duck_boy)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/remove-valuepost-comment-from-submit-input/#post-1753669)
 * That theme uses the default form (comments.php, line 77 – `<?php comment_form();?
   >` – [click here for the function refeerence](http://codex.wordpress.org/Function_Reference/comment_form)),
   so you would have to pass arguments to the form. It looks simple enough to change
   the text vaules, but there appears to be no option to allow you to change the
   button to an image.
 * That leaves you with two options – either hack and change the core (wp-includes/
   comment-template.php. – but I wouldn’t recommend) or create your own form, using
   the code that WP use, amending and putting it in a file in the theme folder. 
   Then simply call that function instead of `<?php comment_form(); ?>`
 * Just to check as well, if you are editing the TwentyTen theme, have you created
   a child theme? If not, any changes you make will be overwritten next time there
   is a WordPress update.

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

The topic ‘Remove value="Post Comment" from Submit input’ is closed to new replies.

## Tags

 * [post comment](https://wordpress.org/support/topic-tag/post-comment/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [David Gard](https://wordpress.org/support/users/duck_boy/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/remove-valuepost-comment-from-submit-input/#post-1753669)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
