-
Creating a landing page with the WordPress block editor
The WordPress block editor is actually easy to use, once you learn where everything is and try starting with something simple.
-
Edit Padding in the WordPress Block Editor
Need to change the padding for a block in WordPress? It’s easy using the Dimensions panel.
-
How to Create a WordPress blueprint with Local
Learn how to create a WordPress blueprint using Local, which can be reused for creating test sites with whatever plugins or data you wish.
-
Building a header using Full Site Editing
Building a website header using WordPress’ Full Site Editing is easy, but limited. Here’s my experience when I tried to replicate the header used on my current theme.
-
The first three things to add to theme.json
If you’re developing a WordPress block theme, here’s three things to add to your theme.json.
-
Converting an interface into a class
Interfaces in TypeScript are great, but you don’t need them if you’ve already got a class that will do the job.