WP REST API get all posts (or customs posts) for a React app
Firstly, the custom posts need to have the ‘show_in_rest’ => true, parameter set on post registration – see Adding REST API Support For Custom Content Types for more detailed instructions. Secondly, I then usually navigate to yoursiteaddress.com/wp-json/ for example https://blog.ted.com/wp-json/ – there you’ll see a play-book for all the routes you can play with in … Read more