Support

Account

Home Forums General Issues How to make JSON API wordpress work with multiple ACF

Unread

How to make JSON API wordpress work with multiple ACF

  • Hi! I’m using the JSON API plugin for wordpress (http://wordpress.org/plugins/json-api/).
    I need to retrieve all post with some values in acf fields…my query is kind of this:

    API/get_posts/?post_type=myscustom_post&meta_key=datestart&meta_value=20140615&meta_key=competitors&meta_value=european

    The problem is that the response only takes effect with the last condition regarding the acf fields on the query…how do you make a meta_query in this case?

    Thanks!

Viewing 1 post (of 1 total)

The topic ‘How to make JSON API wordpress work with multiple ACF’ is closed to new replies.