Latest posts
Create your own custom Gutenberg blocks in 2021
The WordPress block editor (otherwise known as the Gutenberg editor) is a brand new way to add content to your WordPress posts and pages. Let’s learn how to create our own custom blocks.
Read more →Using webhooks to trigger a rebuild with Headless WordPress
Our Headless WordPress website is hosted with Vercel, which will automatically trigger a rebuild whenever we push any changes to our Git repo. But what do you do when you want to trigger a rebuild of your website without making any changes to your code?
Read more →How to use 11ty with Headless WordPress and deploy to Netlify
11ty is a Static Site Generator, which we can use to fetch our WordPress posts and pages, and then compile this data at build time. This allows us to use WordPress as a Headless CMS, and deploy an entirely static site to Netlify.
Read more →How to use NextJS with Headless WordPress
Wordpress is used on over 1.3 billion websites across the world. Let’s create a headless WordPress site by using NextJS and GraphQL.
Read more →