Create pages in Gatsby from WordPress pages

InstructorJason Lengstorf

Share this video with your friends

Send Tweet

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.