Hello - I’ve worked through a number of forum posts to try and get a provider to work with no luck.
I’m trying to get a provider on this page to show products that have a ‘AHJ - Fire Code Administrators’ value for the key ‘florida_audience’ from ACF:
This is the page with the provider:
These are the posts I’ve worked through with no luck:
Right now this is the code I’m using:
post_type=product&meta_key=florida_audience&orderby=meta_value&order=DESC&meta_query%5B0%5D%5Bkey%5D=florida_audience&meta_query%5B0%5D%5Bvalue%5D=ahj-fire-code-administrators&meta_query%5B0%5D%5Bcompare%5D=%3D%3D
I’ve also tried:
post_type=product&meta_key=florida_audience&meta_value=AHJ±+Fire+Code+Administrators
And:
post_type=product&meta_query%5B0%5D%5Bkey%5D=florida_audience&meta_query%5B0%5D%5Bvalue%5D=AHJ±+Fire+Code+Administrators&meta_query%5B0%5D%5Bcompare%5D=%3D
Any help with next steps?