• Hi,

    I’m using a child theme of Smartline lite for my website with book reviews. I’ve got a lot of tags on my posts but I don’t want to show on my website. I’m using them behind the scenes for ordering authors and other things.

    I’ve tried to add some code I came across in this support forum, but that doesn’t seem to work. Tags are still being displayed. Now I’m wondering if it’s actually possible to do this with my theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    I put this in my custom css, and that does the trick ??

    .postmeta, .postinfo {
    display: none;
    }

    Woops sorry, wrong one … that one is to hide ALL postinfo.

    This is the one you’re looking for:

    .meta-tags {
    display: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Smartline lite] Is it possible to hide tags in posts?’ is closed to new replies.