• Hello,

    I do not want the categories to be viewable on the posts on my front page. My blog is https://www.donnatruly.com/. You can see on the front page that my latest post ‘Being Marlon James’ shows three tags: Jamaica, Opinion, and Social Commentary. I want to keep the post in those categories, but I do not want the categories to show when viewing the home page. Is that possible?

Viewing 1 replies (of 1 total)
  • This should be possible to remove with some custom CSS. Please try adding the following to Appearance -> Customize -> Design Options -> Custom CSS:

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

    This should do the trick.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing categories from posts on front page’ is closed to new replies.