Modifying WP API response to add previous and next post ID
I am pretty sure most people have at least heard about the mighty WordPress APIs. These APIs make it possible to create, modify and retrieve posts from our WordPress installations, although what we really want to do the most should be to using WordPress as an awesome backend to power cool applications. Think the possibilities…
Playing around with the APIs, I found out that the single post endpoint doesn’t show the previous and next post, which might be useful for pagination. Thankfully, it turned out to be quite simple to extend the APIs, so I have packaged this into a small plugin you can find below… it’s really quite simple and goes to show the superpowers granted to us by the WP APIs. Also, it might serve as a good reference in case you’re a bit lost starting out with working with the APIs. Have fun!
github.com/akmur/add-prev-next-to-wp-api