Multiple taxonomy And acf filter group by
First off, in your tax queries (tax_query), you should use ‘field’ => ‘term_id’ and not ‘field’ => ‘id’ — i.e. use term_id and not id. But the default value/field is term_id (term ID), though. So you can achieve the grouped display like so, and you’d use the code in place of those lines starting from … Read more