Is it posible when you use a blog page + filtering to set up a multi tag-group filtering like
branches
- branche A
- Branche B
Specialties
- Specialty A
- Specialty B
AND not using isotope and preferable not using HUB-DB
I’m looking for a Solution; i didn’t find it yet
Hey @Eelko,
it’ll be quite challenging without something like isotope (or similar).
An alternative to isotope.js is MixItUp. Has been a while since I worked with it, but it should get it’s job done. An alternative could be developing something custom for your use-case.
Also, If you’re not looking for something like “show me blog posts for branche A AND specialty B” but rather for something like “show me blog posts for branche A OR specialty B”, you can use blog tags like “branche_TAG” or “specialty_TAG”, display the tags as a list(with some CSS styling) and simly use the cut-filter to display the tags without “branche_” or “specialty_”…
Hope this helps
best,
Anton
