• Hi guys, I wanted to know how to remove the Post data “Posted in” but keep the info about the post’s tags (“Tagged with”). I’ve been doing some digging but I only found solutions to remove the entire line with

    .post-meta {
        display: none;
    }

    Is there any variation to only hide the “Posted in” part?

  • The topic ‘Remove "Posted in" but keep "Tagged with"’ is closed to new replies.