Category: Development
-
How to structure folders for modern WordPress plugins
My opinion on how to best structure a WordPress plugin folder, considering modern tools and best practices from other developers.
-
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.
-
Family history, React and TypeScript
Let’s start a new app to organize family history using ReactJS and TypeScript.