Hello,
How would i create a looper provider that uses a taxonomy, but filters based on a specific ACF value?
So for example, a product post could be in the category HATS, with an ACF field for colours: red, black, blue.
To create a Looper Provider for Black Hats…
Could I show posts tagged as category HATS that contain the ACF field ‘colours’ value = ‘black’
Hope that makes sense.