Wednesday, August 10, 2011

How remove ' You may use these HTML tags and attributes:' in wordpress comment box?

  comments.php in your  theme,  replace this:


<?php comment_form(); ?>

with this:

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

No comments:

Post a Comment