[Resolved] how to remove meta for particular posts?

Home Forums Support [Resolved] how to remove meta for particular posts?

Home Forums Support how to remove meta for particular posts?

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by Leo.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #853030
    Kemo

    Hi!

    I’m using a child theme. What do I need to add to remove the meta on a particular post (“posted by $username on $date”)

    I assume something like this:

    if (is_single ($post = '13')) {
        something;
    } 

    but don’t know how to wipe the meta.

    thanks!

    #853056
    Leo
    Staff
    Customer Support

    Hi there,

    Something like this should work:

    .postid-XXX .entry-meta {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know 🙂

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