I'm looking to query my posts via a custom field that I've created on my page. But the custom field is an array of values. So the custom field 'country' could look like this
country => usa,africa,united kingdom,poland
What's confusing me is how to query posts with a custom field which is an array seperated with ','?
I've tried quite a few solutions on here with no success.
Any help would be greatly appreciated!