Monday, September 26, 2011

Wordpress Remove Html line from Under Comment Box

If your tired of seeing this statement on your Wordpress posts right under the comment box.

You may use these HTML tags and attributes: <a href="" title=""> < abbr title=""> < acronym title=""> <b> <blockquote cite=""> <cite> <code> < del datetime=""> < em> < i> < q cite=""> < strike> < strong>

this is what you do about it


goto the file comment.php

look for this line

<?php comment_form(); ?>

and replace it with this:

<?php comment_form(array('comment_notes_after' => '')); ?>



No comments: