Migrating Classic Themes to Block Themes: A Developer’s Complete Guide
A complete developer guide to migrating classic PHP WordPress themes to block themes. Template conversion, theme.json setup, pattern creation, widget migration,…
Writing
WordPress, BuddyPress, Laravel, Astro, AI. Search the archive or filter by topic.
A complete developer guide to migrating classic PHP WordPress themes to block themes. Template conversion, theme.json setup, pattern creation, widget migration,…
A complete guide to typography presets in theme.json: registering font families with fontFace declarations, enabling fluid font sizes with CSS clamp(), loading …
Learn how to configure fluid typography and spacing in theme.json. Build responsive block themes using CSS clamp(), container queries, and WordPress 6.9 improve…
Color management is one of the most powerful features of WordPress block themes. With theme.json, you can define custom color […]…
Why Custom Fonts Matter for Block Themes Typography is one of the most impactful design decisions you can make for […]…
Learn how to use the settings.blocks section in theme.json to configure individual blocks differently from your global defaults. This tutorial covers per-block …
A complete guide to the modern block theme development workflow in 2026 covering @wordpress/create-block scaffolding, wp-env local environments, theme.json Inte…
Style variations let users switch your entire theme’s visual identity from the Site Editor. One click changes colors, typography, spacing, […]…
Every value you define in theme.json becomes a CSS custom property. Colors, font sizes, spacing scales, WordPress converts them all […]…
Complete visual guide to the WordPress template hierarchy in block themes. Covers template resolution order for every page type, custom templates, Site Editor o…
Learn how to create custom block patterns for WordPress block themes. Covers PHP registration, file-based patterns, synced vs unsynced patterns, pattern categor…
Learn how to configure global styles in theme.json for consistent block theme design. Master the styles section, element-level styling, block-level overrides, a…