Title: Some html code on page
Last modified: August 22, 2016

---

# Some html code on page

 *  Resolved [MSABlog_admin](https://wordpress.org/support/users/msablog_admin/)
 * (@msablog_admin)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/some-html-code-on-page/)
 * Hi,
    I have some code appearing after my comment box but before the ‘post comment’
   button (polaroid theme). Not sure how it got there but want to get rid of it.
   Any suggestions?
 * NB. I don’t really want to set the theme back to its original state if it is 
   avoidable.
 * site is : [http://melodysmithanimation.co.uk/wp/](http://melodysmithanimation.co.uk/wp/)
 * Thanks!

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

 *  [websitetroubleshooting](https://wordpress.org/support/users/websitetroubleshooting/)
 * (@websitetroubleshooting)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/some-html-code-on-page/#post-5210786)
 * Just fixed this for someone earlier.
 * Please add this to your style.css or custom css area of your theme:
 * #respond .form-allowed-tags { display: none; }
 *  [respectyoda](https://wordpress.org/support/users/respectyoda/)
 * (@respectyoda)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/some-html-code-on-page/#post-5210788)
 * Make sure you are either using a [Custom CSS plugin](http://wordpress.org/plugins/simple-custom-css/)
   or a [child theme](http://codex.wordpress.org/Child_Themes) and add the code 
   given above.
 *  Thread Starter [MSABlog_admin](https://wordpress.org/support/users/msablog_admin/)
 * (@msablog_admin)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/some-html-code-on-page/#post-5210856)
 * It worked a treat with the plug in – Thank you both for your prompt help! 🙂
 *  [Dave Naylor](https://wordpress.org/support/users/wpranger/)
 * (@wpranger)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/some-html-code-on-page/#post-5210858)
 * I really dislike `display: none;`. It’s like getting someone to hang a picture
   on your wall, then you decide you don’t like it, so instead of taking it down,
   you pin a bedsheet over it. You can no longer see the picture but it’s still 
   there.
 * Take down the picture by adding this to your theme’s functions.php file:
 *     ```
       add_filter( 'comment_form_defaults', 'remove_comment_form_allowed_tags' );
       function remove_comment_form_allowed_tags( $defaults ) {
   
       	$defaults['comment_notes_after'] = '';
       	return $defaults;
   
       }
       ```
   
 *  Thread Starter [MSABlog_admin](https://wordpress.org/support/users/msablog_admin/)
 * (@msablog_admin)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/some-html-code-on-page/#post-5210895)
 * For a minute there I thought your first phrase was a sartorial comment on my 
   choice of blog theme 😉
    Thanks for your input! If any of you want to tell me
   about your favourite childhood animation then feel free to add it to the vote
   section of my blog. Many thanks again for all of your help!

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

The topic ‘Some html code on page’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 4 participants
 * Last reply from: [MSABlog_admin](https://wordpress.org/support/users/msablog_admin/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/some-html-code-on-page/#post-5210895)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
