• Hello, I just created some categories for different post such as slider, feature news but I don’t want the some of the category name from showing on the posts like in the image prnt.sc/qm01fq. For instance, I don’t want Breaking and Feature news to appear on the post on frontend. Any help to accomplish this?

    • This topic was modified 6 years, 4 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Add this to custom CSS:
    .entry-meta span { display: none;}

    Thread Starter eagle4web

    (@eagle4web)

    Thanks immensely dude, it worked though I wanted to hide only individual categories created for special purposes where I assigned posts to feature news, slider and breaking news.
    Is it possible to hide only individual categories using category-id?

    If you are using a child theme you can modify the loop to only include the categories you want.

    Thread Starter eagle4web

    (@eagle4web)

    Yea, I am using a child theme, can you send me the code and the steps to achieving it. Thank you in advance.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hiding Category name from post page’ is closed to new replies.