funkhaus / fuxt-api

A WordPress plugin that extend the WP-JSON API to work with the fuxt framework.
0 stars 0 forks source link

Unable to query for Post by URI #47

Open dChiamp opened 3 hours ago

dChiamp commented 3 hours ago

Currently it seems there is no way to query for a specific ("news") post by 'uri' eg /news/post-2/

I'd expect something like posts with 'uri' param or post with type "post" eg /post?uri=/news/post-2/&type=post to work.

drewbaker commented 3 hours ago

Are you sure that’s the URI in WordPress? I would have thought it would have the ID in the URL?