Hi, can anybody please help me with the following?
How do I remove the "You may use these HTML tags and attributes: <abbr title=""> <acronym title=""> <b>
<cite>
<del datetime=""> <i> <q cite=""> <strike> "
Hi, can anybody please help me with the following?
How do I remove the "You may use these HTML tags and attributes: <abbr title=""> <acronym title=""> <b>
<cite>
<del datetime=""> <i> <q cite=""> <strike> "
that depends on the theme you are using;
for instance, in twenty ten it could be: http://wordpress.org/support/topic/get-rid-of-reply-markup-on-twenty-ten?replies=7
http://codex.wordpress.org/Function_Reference/comment_form
name of your theme?
As your question seems to be related to the dkret3 theme. This theme uses the same function inside "comments.php".
And if you don't want to mess with the php code you can hide the element with css inside your style.css:
.form-allowed-tags {
display: none;
}
And at last this WordPress function is filtered. But changing it requires some knowledge of php.
This topic has been closed to new replies.