Does the HTML code underneath your Comments Box annoy you?
Last Update: August 18, 2014
There is one way to remove the 'eye sore' underneath the comments box. I found this easy and it worked with my websites.
Go to your Dashboard>Appearance>Editor. Then under the comments.php, look for this:
comment_form( ); towards the end of the file. Then change it into:
comment_form( array( 'comment_notes_after' => ' ') );
Click Update file.
Do not delete or add anything else. Pls. remember that you are editing the editor section full of HTML codes, so be careful. If nothing happens, check the punctuations. It should work with any WP theme.
Cheers,
Jen
Join the Discussion
Write something…