How do I get rid of
"You may use these HTML tags and attributes: <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <del datetime=""> <i> <q cite=""> "
on the bottom of the reply content area?
How do I get rid of
"You may use these HTML tags and attributes: <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <del datetime=""> <i> <q cite=""> "
on the bottom of the reply content area?
Hello,
Locate your comments.php on your includes folder then look for
comment_form();
replace it with
$comments_args = array(
'comment_notes_after' => '',
);
comment_form($comments_args);
Hope this helps.
Regards,
Ismael
You must log in to post.