[Resolved] Is there a way to hid tags, categories, etc in Single Post?

Home Forums Support [Resolved] Is there a way to hid tags, categories, etc in Single Post?

Home Forums Support Is there a way to hid tags, categories, etc in Single Post?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #373994
    Jui Yong Daniel

    Hi,

    In single post mode, if I want to hide meta data such as date, authors, and also tags, categories from appearing, how can i do it?

    Thank you

    Daniel

    #374058
    Tom
    Lead Developer
    Lead Developer

    Currently you’ll need to use some PHP (I can help if you’d like?).

    In GPP 1.5, there’s options for this (already built and ready to go).

    #374128
    Jui Yong Daniel

    Hi Tom,

    While waiting for GPP 1.5, is it possible to hide them using custom CSS?

    Any idea when 1.5 will be out?

    Thanks

    Daniel

    #374240
    Tom
    Lead Developer
    Lead Developer

    Absolutely!

    .single .entry-meta {
        display: none;
    }

    1.5 is scheduled for the end of September ๐Ÿ™‚

    #394511
    Jui Yong Daniel

    Thank you so much for the help.

    #394572
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.