Plugin Development
Modern plugin development — namespaces, autoloading, build pipelines, the Block API, and the architecture choices that pay off as plugins grow.
2 articles
15 min readApr 26, 2026
Custom Gutenberg Blocks: A Complete Guide
Build custom Gutenberg blocks with React and the WordPress block API — block.json, registration, attributes, save vs render, dynamic blocks, the modern @wordpress/scripts toolchain.
Read article
10 min readApr 26, 2026
WordPress Plugin Boilerplate Setup
A modern WordPress plugin boilerplate — autoloading, namespaces, build pipeline, activation/deactivation, i18n, and the structure that scales from one file to a real product.
Read article