[Resolved] categories and tags on post

Home Forums Support [Resolved] categories and tags on post

Home Forums Support categories and tags on post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #165368
    Mark

    Hi

    I’ve noticed that if you have categories and tags on, they show up on both the snippet on the masonry blog page, and on the full post, yet but turning them off stops them showing on either.

    Is there a way I can show categories and tags on the single post page but not on the snippet on the blog page?

    Thanks πŸ˜‰

    #165412
    Tom
    Lead Developer
    Lead Developer

    Hi Mark,

    Enable them in the customizer, and then add this CSS:

    .masonry-post footer.entry-meta {
        display: none;
    }

    That should do it πŸ™‚

    #165614
    Mark

    Thank you, tom πŸ™‚

    #165706
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

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