Hi there, Hergen! Thanks for getting in touch. ๐
Good question. I checked the release notes for version 3.6 and didn’t see that feature included. It’s also something I’m not aware of in any recent versions as well.
However, it does appear that the ability to remove categories from the Filter Bar is remarkably easier than it was when that thread was posted and can be done with some CSS. For example, let’s say we have an event category called Barbecue and another called Concert that we want to hide. We can target that category and hide it by adding this to the theme’sย style.css file:
.tribe-events-filter-checkboxes li.tribe-events-category-barbecue,
.tribe-events-filter-checkboxes li.tribe-events-category-concertย {
display: none;
}
This would hide both categories if using the checkbox option in the Filter Bar settings.
Does that make sense? Will that work for you? Please let me know. ๐
Cheers!
Geoff