Hi,
I am trying to use the below query string in a looper provider but it’s not working am I doing something wrong?
post_type=faq&post_status=publish&tax_query%5B0%5D%5Btaxonomy%5D=faq_category&tax_query%5B0%5D%5Bfield%5D=name&tax_query%5B0%5D%5Bterms%5D={{dc:term:name}}&tax_query%5B0%5D%5Boperator%5D=IN
Post type: faq
Taxonomy: faq_category
Term: {{dc:term:name}}
I tried replacing the dynamic content term name with an actual term and it still doesn’t work.
Thanks