09/12/2016 at 11:14 am
#390831
Keymaster
@ Stephen
Yes, but only by using the shortcode meta_query
shortcode option. I’ve not written the docs for this yet. Here’s one working example I gave to another user.
http://connections-pro.com/support/topic/filter-listings-by-certain-field/#post-379891
And more complex example:
meta_query='{"meta_query":{"relation":"AND","0":{"key":"color","value":("red","orange"),"compare":"IN"},"1":{"key":"featured","value":"1","compare":"="}}}'
Both of these are fairly complex examples… depending on hat you are looking to do, the meta_query
can be much simpler.
Hope that helps, let me know.