Title: Comment attributes
Last modified: August 20, 2016

---

# Comment attributes

 *  Resolved [T2PYjy](https://wordpress.org/support/users/t2pyjy/)
 * (@t2pyjy)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/comment-attributes/)
 * Satrya,
 * Thanks for the theme! But I was wondering if you could tell me how you to turn
   off the part after the comment box that says
 * `You may use these HTML tags and attributes: <a href="" title=""> <abbr title
   =""> <acronym title=""> <b><blockquote cite=""> <cite>` <del datetime=””> _ <
   i> <q cite=””>`_
 * I looked through all the theme files and couldn’t find this text.
 * ~ T2PYjy

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

 *  Theme Author [satrya](https://wordpress.org/support/users/satrya/)
 * (@satrya)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/comment-attributes/#post-3248747)
 * Go to Appearance > Editor, find `comments.php` on your right. Find `<?php comment_form();?
   >` and change it with this one
 *     ```
       <?php
       	$args = array(
       		'comment_notes_after' => ''
       	);
   
       	comment_form($args);
       ?>
       ```
   
 *  Thread Starter [T2PYjy](https://wordpress.org/support/users/t2pyjy/)
 * (@t2pyjy)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/comment-attributes/#post-3248750)
 * That has done the trick! Thanks.
 * Also, something minor; the name, website etc of the comments appears to be at
   the right hand side of the comment box. I don’t mind this but it causes the captcha
   to appear incorrectly. Instead of the captcha displaying `_ x 3 = 6` it shows`_
   3 x = 6`
 * Your blog that was at [http://satrya.me/](http://satrya.me/) seems to have reverted
   to a basic clean wordpress install.
 *  Theme Author [satrya](https://wordpress.org/support/users/satrya/)
 * (@satrya)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/comment-attributes/#post-3248751)
 * Please give me your URL, I’ll check the problem.
 * Yes, I don’t have a time to manage my blog :(, if have another problem please
   post it here, I mean in the WordPress forum 🙂
 *  Thread Starter [T2PYjy](https://wordpress.org/support/users/t2pyjy/)
 * (@t2pyjy)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/comment-attributes/#post-3248819)
 * It’s stephenmaxwell.me
    it may just be a problem with the captcha as it doesn’t
   occur every time!

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

The topic ‘Comment attributes’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [T2PYjy](https://wordpress.org/support/users/t2pyjy/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/comment-attributes/#post-3248819)
 * Status: resolved