Category Archives: WordPress Dev Essentials
Creating Dynamic Gutenberg Blocks Using ACF
In this video I teach you how to create dynamic Gutenberg blocks inside of WordPress themes and plugins using ACF (Advanced Custom Fields).
Understanding and Creating Child Themes in WordPress
Learn how to create child themes in WordPress and why it is important to do so.
Understanding WordPress Action and Filter Hooks
So what exactly is a hook? The short-answer is that a hook is a way for you as a developer to extend WordPress without having to modify the base code of WordPress. It protects you when WordPress updates (which is does quite frequently).