Create pages in Gatsby from WordPress pages

Jason Lengstorf
InstructorJason Lengstorf
Share this video with your friends

Social Share Links

Send Tweet
Published 5 years ago
Updated 4 years ago

If we want to create Gatsby pages to show the content from our WordPress pages, we need to use the createPages API from Gatsby. In this video, we set up a page template component and gatsby-node.js to query page data and create a new Gatsby page for each page in WordPress.