• Not sure if this is possible. I’d like a add a few more categories, but I don’t want the categories to show on the posts.

    For example, if I wanted to hide our Featured Dog category, but still be able to have the list of associated dogs on the linked page https://radardogs.org/category/featured-dog/. Is this possible?

    Thanks,

    Ken

Viewing 1 replies (of 1 total)
  • Hi,

    For example, on this post.
    https://radardogs.org/della/

    If you mean hiding the category tags which are shown above your post title.
    You can use the following in your Customizer -> Additional CSS

    .single .above-entry-meta {
        display: none !important;
    }

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘How to Hide a Category, but Still Link to Related Category Page?’ is closed to new replies.