• Resolved rebelyun

    (@rebelyun)


    hello,

    I’m trying to figure out how to keep the category “blog” from displaying in blog posts. It only seems to dissappear completely when i remove the author and date along with it, but i cannot seem to find the code that just specifically targets the category.

    please see: http://divin3kingdom.com/category/blog/

    I searched the forums but those solutions did not seem to have any affect on me. Please assist, all your time is truly appreciated. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    Try adding this to the end of your child theme’s style.css:

    #content .category-blog .entry-meta .categories { display: none; }

    Thread Starter rebelyun

    (@rebelyun)

    worked like a charm, thank you very much for your help!

    If your problem has been solved, please use the dropdown on the right to mark this topic ‘Resolved’ so that anyone else with this question can see that there is a solution.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘disable category from displaying in blog post header.’ is closed to new replies.