• Resolved tonyp21

    (@tonyp21)


    A sentence similar to this appears under the comments box after every post

    “You may use these HTML tags and attributes: <abbr title=””> <acronym title=””>”, etc.

    People leaving comments on posts have also made other comments like “this line is ugly”, “spoils your post page” and others less polite.

    What is this line and can it be removed?

Viewing 4 replies - 1 through 4 (of 4 total)
  • It tells people who know how that they can style their posts. I agree, for the majority of people who don’t know html, it’s meaningless.

    For how to remove it, see here.

    this has been asked many times here, i’ve used the code below to remove it from [site moderated]. you need to paste this in the CustomCSS of your child theme

    .form-allowed-tags {
      display:  none;
    }
    Thread Starter tonyp21

    (@tonyp21)

    Thanks folks, prompt replies really appreciated. Pity there is not a search function so we could find earlier queries with replies which would limit repeat requests and save you helpful folks some time!

    Do you mean like this?

    The Snippets are always a good place to start to look for solutions. And they have a very good Search mechanism.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Use HTML tags and attributes’ is closed to new replies.