Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 426 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 426 Bytes

Connecting Wordpress Headless CMS to Gatsby

Steps

  • Create a wordpress admin side
  • Add plugins
    • WPGraphQL
    • WPGatsby
  • Create gatsby site: gatsby new project-name
  • Install plugin: npm i gatsby-source-graphql
  • Add plugin: gatsby-source-graphql and configure it in gatsby-config.js like I've done it
  • run : gatsby develop
  • And You're good to go !!