Title: Problems with comments
Last modified: August 20, 2016

---

# Problems with comments

 *  [krepsinioblogas](https://wordpress.org/support/users/krepsinioblogas/)
 * (@krepsinioblogas)
 * [15 years ago](https://wordpress.org/support/topic/problems-with-comments-9/)
 * Hello guys. I have a problem with:
 *     ```
       You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b>
       <blockquote cite=""> <cite> <del datetime=""> <em> <i> <q cite=""> <strike> <strong></p>
       ```
   
 * Can anyone tell me step by step, how to delete this?
    my blog adress [http://krepsinioblogas.puslapiai.lt/](http://krepsinioblogas.puslapiai.lt/)
   thanks for answers

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years ago](https://wordpress.org/support/topic/problems-with-comments-9/#post-2096588)
 * please mark the code using the ‘code’ button, to keep it readable.
 * and what is the problem?
 * looks ok to me.
 *  Thread Starter [krepsinioblogas](https://wordpress.org/support/users/krepsinioblogas/)
 * (@krepsinioblogas)
 * [15 years ago](https://wordpress.org/support/topic/problems-with-comments-9/#post-2096589)
 * Under the comments, theres this line You may use these HTML tags and attributes:`
   <a href="" title="">................................</a>`
 *  [Curtiss Grymala](https://wordpress.org/support/users/cgrymala/)
 * (@cgrymala)
 * [15 years ago](https://wordpress.org/support/topic/problems-with-comments-9/#post-2096727)
 * What theme are you using?
 *  Thread Starter [krepsinioblogas](https://wordpress.org/support/users/krepsinioblogas/)
 * (@krepsinioblogas)
 * [15 years ago](https://wordpress.org/support/topic/problems-with-comments-9/#post-2096772)
 * Im using EvoLve 1.2.4
 *  [Curtiss Grymala](https://wordpress.org/support/users/cgrymala/)
 * (@cgrymala)
 * [15 years ago](https://wordpress.org/support/topic/problems-with-comments-9/#post-2096775)
 * That text is part of the standard `comment_form()` function built into WordPress.
   In order to actually stop that text from appearing on the page at all, you would
   have to override the defaults for that function, which might look something like:
 *     ```
       <?php
       add_filter( 'comment_form_defaults', 'remove_allowed_comment_tags' );
       function remove_allowed_comment_tags( $defaults=array() ) {
           unset( $defaults['comment_notes_after'] );
           return $defaults;
       }
       ?>
       ```
   
 * However, if you just want to hide that text (it will still be found in the source
   of each page, but visitors using CSS won’t see it), you can add the following
   CSS definition to your stylesheet:
 *     ```
       .form-allowed-tags { display: none; }
       ```
   
 *  Thread Starter [krepsinioblogas](https://wordpress.org/support/users/krepsinioblogas/)
 * (@krepsinioblogas)
 * [15 years ago](https://wordpress.org/support/topic/problems-with-comments-9/#post-2096780)
 * Can u tell me step by step how to hide it? im new in this kind of think ;/
 *  [Curtiss Grymala](https://wordpress.org/support/users/cgrymala/)
 * (@cgrymala)
 * [15 years ago](https://wordpress.org/support/topic/problems-with-comments-9/#post-2096789)
 * Go to Appearance -> Editor in your administration area
    At the bottom of style.
   css (which is the file that should load by default when you go to the Editor),
   add the following code:
 *     ```
       .form-allowed-tags { display: none; }
       ```
   
 * Press the “Save” button
 *  [Wansbrough](https://wordpress.org/support/users/wansbrough/)
 * (@wansbrough)
 * [15 years ago](https://wordpress.org/support/topic/problems-with-comments-9/#post-2096790)
 * Been looking for this. Thankyou
 *  [tasminlamb](https://wordpress.org/support/users/tasminlamb/)
 * (@tasminlamb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/problems-with-comments-9/#post-2096898)
 * Hi, been trying to do this with a twenty ten theme. However, I still don’t know
   where to place it. At the bottom of the style.ccs it doesn’t work. At the very
   bottom of the file is a { on the far right. I tried to put what you said beside
   that, below that etc. etc. etc.
 * Any further words of wisdom for me? It would be much appreciated.
 *  [stonezet](https://wordpress.org/support/users/stonezet/)
 * (@stonezet)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/problems-with-comments-9/#post-2096899)
 * hey you want to delete this below comment section right.
 *  [Durgesh Jha](https://wordpress.org/support/users/durgesh-jha/)
 * (@durgesh-jha)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/problems-with-comments-9/#post-2096901)
 * i want show comment box at all posted page but not showing give me step by step
   information

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

The topic ‘Problems with comments’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 7 participants
 * Last reply from: [Durgesh Jha](https://wordpress.org/support/users/durgesh-jha/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/problems-with-comments-9/#post-2096901)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
