Display WordPress page content in Gatsby page template components

Jason Lengstorf
InstructorJason Lengstorf

Share this video with your friends

Send Tweet

To display WordPress page data like the title and content in a Gatsby component, we need to export a page query and use that data in our component. In this video, we write a Gatsby page query to load WordPress data, then write the JSX to display that content.