Remove wp-json wp v2 posts
article thumbnail

Creating a Simple Website: A Gatsby Tutorial With WordPress and GraphQl

Gorilla Logic

We’ll use WordPress (WP), so you need the following: • WordPress installed on a local machine. • Important Installs in WP to Start Using GraphQL. Test that WP is responding with an API. You can use URLs like: [link] demo1/wp-json/wp/v2/ . We’ll generate templates for pages and posts using React.

PHP 93