• I want to remove the following………..You may use these HTML tags and attributes: `<a href=”” title=””> <abbr title=””> <acronym title=””> <b>
    <blockquote cite=””> <cite> <del datetime=""> <em> <i> <q cite=""> <strike> <strong><br />
    Does anybody know which php or css file I need to modify to remove this? Thank you !
    https://www.bigtdjservices.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there, paste below code into your functions.php

    function alter_comments_form_defaults($default) {
        unset($default['comment_notes_after']);
        return $default;
    }
    add_filter('comment_form_defaults','alter_comments_form_defaults');

    Good Luck.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @somedude? Please don’t leave out the step about creating and activating a child theme. ??

    https://codex.www.ads-software.com/Child_Themes

    If that code get’s copied into the twentyfourteen/functions.php file then it will be lost when that theme get’s updated.

    @Gremmy 123 Please create and activate a child theme of Twenty Fourteen first then try adding that to the child theme’s functions.php file.

    @jan Dembowski Sorry, I won’t do that again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove You may use these HTML tags and attributes’ is closed to new replies.