-
4 Ways To Generate Test Data in WordPress
Manually adding this data to the database takes a lot of time. Learn how to generate WordPress data automatically.
-
How to Handle Big Tasks in WordPress
Learn a few different ways you can use to do big tasks, like database migrations, or upgrades using WordPress.
-
Signs You Should Not Use a Custom Post Type
Custom post types get misused all the time. Learn to identify the signs that you should not use a custom post type in WordPress
-
Handy Underpin Helper Functions That Make WordPress Development Easier
Learn about a few handy helper functions that the WordPress plugin framework Underpin provides
-
How Registries Make Your WordPress Plugin Scale-Able
Learn about the registry pattern, how WordPress uses this code pattern, and how you can use it for your own plugins
-
Should I Build Custom Blocks Using ACF?
Is using Advanced Custom Fields a good idea? It depends on the situation. This post discusses when it’s a good idea, and when it’s a bad one.
-
Blocks Have Changed How We Approach Building Themes – Here’s How
This post talks about how WordPress themes are approached in a block-based WordPress world, compared to how it’s done in the classic editor.
-
How Gutenberg Blocks Work
WordPress has been using the block editor for a few years now, and is inching closer to full site editing. This post talks about how WordPress Gutenberg blocks fundamentally work
-
How to Set Up Underpin For a Single Site
This guide will walk you through how to set up Underpin so you can use it on your own site.