Title: Code appears in the comments
Last modified: August 22, 2016

---

# Code appears in the comments

 *  Resolved [Antonio Castilla](https://wordpress.org/support/users/homologia/)
 * (@homologia)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/)
 * After the latest update to 2.0.1 when someone writes a comment that part of the
   code appears before the user-name-say:
 * ‘ li id = “comment-7” class = “comment even thread-even depth-1” ‘
 * For example in :
    [http://trazoide.com/glosario/arco-complementario/#comment-7](http://trazoide.com/glosario/arco-complementario/#comment-7)
 * How to solve it? Thank you

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

 *  [codemovement.pk](https://wordpress.org/support/users/codemovementpk/)
 * (@codemovementpk)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/#post-5328301)
 * hi
 * you can go to editor .open your css.php
    you should try using the following in
   your CSS
 * .form-allowed-tags {display:none;}
 *  Thread Starter [Antonio Castilla](https://wordpress.org/support/users/homologia/)
 * (@homologia)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/#post-5328374)
 * Thanks for responding but, where is css.php ?
    I do not have any file with that
   name.
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/#post-5328377)
 * I don’t see that text on the page you linked. Have you fixed the error?
 *  Thread Starter [Antonio Castilla](https://wordpress.org/support/users/homologia/)
 * (@homologia)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/#post-5328378)
 * Yes, Stephencottontail.
 * In the _functions.php_ file I deleted this line:
 * `<?php echo $mywiki_tag; ?> id="comment-<?php comment_ID(); ?>" <?php comment_class(
   empty( $args['has_children'] ) ? '' : 'parent' ); ?>`
 * And it has fixed the problem, but I’m not sure that’s right or what may affect.
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/#post-5328379)
 * This is a bug in your theme and your theme’s author should be made aware of it.
   Replacing the line you deleted with this:
 * `<<?php echo $mywiki_tag; ?> id="comment-<?php comment_ID(); ?>" <?php comment_class(
   empty( $args['has_children'] ) ? '' : 'parent' ); ?>>`
 * would also fix the problem.
 * Either way, be aware that you will lose this change if the theme is updated in
   the future.
 *  Thread Starter [Antonio Castilla](https://wordpress.org/support/users/homologia/)
 * (@homologia)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/#post-5328381)
 * I made the change you suggested me and everything goes correctly.
 * Thank you very much Stephencottontail.
 *  Theme Author [FasterThemes](https://wordpress.org/support/users/fasterthemes/)
 * (@fasterthemes)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/#post-5328382)
 * Hi [@stephencottontail](https://wordpress.org/support/users/stephencottontail/)
   
   Thanks for pointing this out. We’ll get this fixed today and update should be
   available in 24 hrs or so, depending upon the approval process.
 * Hi [@homologia](https://wordpress.org/support/users/homologia/)
    Wait for sometime
   and we’ll be updating the theme asap. Thanks.
 *  Thread Starter [Antonio Castilla](https://wordpress.org/support/users/homologia/)
 * (@homologia)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/#post-5328383)
 * Thanks FasterThemes. Good theme.
 *  Theme Author [FasterThemes](https://wordpress.org/support/users/fasterthemes/)
 * (@fasterthemes)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/#post-5328386)
 * Your welcome, I’ll share the link of the theme which you can download from WordPress.
   org shortly. When you activate that then it won’t have any issues even after 
   we update the theme. Give us sometime.
    Thanks.
 *  Theme Author [FasterThemes](https://wordpress.org/support/users/fasterthemes/)
 * (@fasterthemes)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/#post-5328389)
 * Temporary download link :
 * [https://wordpress.org/themes/download/mywiki.2.0.2.zip?nostats=1](https://wordpress.org/themes/download/mywiki.2.0.2.zip?nostats=1)
 * Live link will be updated as soon as this theme is approved.
 * I hope this helps.
 *  Thread Starter [Antonio Castilla](https://wordpress.org/support/users/homologia/)
 * (@homologia)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/#post-5328396)
 * I updated and everything is correct.
 * Thank you again.

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

The topic ‘Code appears in the comments’ is closed to new replies.

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

 * 11 replies
 * 4 participants
 * Last reply from: [Antonio Castilla](https://wordpress.org/support/users/homologia/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/code-appears-in-the-comments/#post-5328396)
 * Status: resolved