dphiffer / wp-json-api

WordPress JSON API
http://wordpress.org/extend/plugins/json-api/
258 stars 181 forks source link

Issue getting images on multisite #36

Open sirMuffles91 opened 8 years ago

sirMuffles91 commented 8 years ago

I have a multisite where I am creating posts and uploading images in the one site and just tagging the post to be added to the other. In the main site the json response includes thumbnail_images as an array, however in the other site I am getting all post info except the thumbnail_images array which is coming up null.

In my settings I am querying 2 different urls; www.site1.com/api and site2.com/api. www. site1.com/api is working perfectly but site2.com is not bringing in images.

Is this a known issue with a work around?