Forums

Removing HTML tags and attrubutes line (3 posts)

  1. Riaan@JMM
    Member
    Posted 1 year ago #

    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> "

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    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?

  3. kretzschmar
    Member
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags