• petermantu

    (@petermantu)


    Hi there, thanks for allowing me to post on the subject. I would like to know how to hide tags in all posts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Pete

    (@perthmetro)

    What theme are you using?

    Thread Starter petermantu

    (@petermantu)

    I am using the 2014 theme…

    Michael

    (@alchymyth)

    try using CSS via a custom CSS plugin or child theme;

    example:

    .tag-links { display: none; }

    or possibly (not tested if this might hide too much):

    .entry-meta , .tag-links { display: none; }

    @alchymyth, Is it possible to make a small function to hide certain tags by ID?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to hide tags in posts’ is closed to new replies.