tags and categories
- The topic ‘tags and categories’ is closed to new replies.
Need help? Check out our Support site, then
Good day! I am wondering if there is a way to hide the categories and tags on posts,
any help would be appreciated, thank you!
https://magikbud.com/2018/08/20/wait-a-minute-by-vilhelm-lizell-%E2%99%AB/
The blog I need help with is: (visible only to logged in users)
You can hide the entry meta (categories and tags) using a bit of Custom CSS. I’ve provided a CSS snippet below to get you started.
.term-group--category,
.term-group--post_tag {
display: none;
}
Let me know how that goes.
That worked perfectly, thanks so much!
Great, good to hear!