Hi Bricks Support,
I’m using Filter - Select on the Home page to redirect users to a Service Provider listing page (/service-providers/).
My setup:
- Custom Post Type: Service Provider (registered via ACF)
- Custom Taxonomy: Country (registered via ACF, linked to Service Provider only)
- Filter - Select source: Taxonomy > Country
- Filter - Submit: Redirect to /service-providers/
The issue is that my Filter - Select Target Query only shows “Posts” because there is no Service Provider query loop on the Home page. This causes the term counts to show (0) for all Country terms.
Is there a way to use Filter - Select with an ACF custom taxonomy on a page that doesn’t have the target query loop, while still showing correct term counts?
Currently the only workaround I found is adding a hidden query loop (Display: None) on the Home page — but this feels like a workaround.
Is there a cleaner solution?
Thank you