How to Add Custom Block Supports in theme.json for Enhanced Editor Controls
Learn how the WordPress block supports system works, how to enable and disable controls per block in theme.json, configure spacing, border, and color supports, …
Writing · Web Development
Learn tips, tricks, and interesting trends on web design and web development, how to create a stunning website easily, and a lot more.
Learn how the WordPress block supports system works, how to enable and disable controls per block in theme.json, configure spacing, border, and color supports, …
A practical guide for block theme developers on using PHP and JavaScript block filters to modify render output, adjust block metadata, extend blocks with custom…
A developer guide to wp.blocks.registerBlockVariation: scope, isActive, innerBlocks, and how variations differ from block styles, patterns, and custom blocks. B…
A practical guide to building custom Gutenberg blocks for block themes, block.json metadata, static vs dynamic blocks, editor + frontend code, theme.json integr…
A complete guide to building WCAG-compliant color palettes in block themes: contrast ratios, semantic color naming in theme.json, dark mode style variations, an…
Learn how to implement a complete spacing system in theme.json for WordPress block themes. Covers spacingSizes presets, fluid spacing with CSS clamp(), block ga…
Learn how to build a viewport-responsive fluid typography scale in WordPress block themes using CSS clamp() and theme.json. Covers the slope-intercept formula, …
A developer’s guide to pattern overrides in WordPress 7.0 — how partial syncing works, which blocks support overrides, the binding syntax, and what change…
Complete developer guide to registering custom block patterns in WordPress with PHP – pattern markup structure, categories, translatable patterns, and bui…
A complete reference guide to theme.json in WordPress block themes — covering every settings property, styles object, CSS custom property naming, per-block over…
A step-by-step guide to migrating from a classic WordPress theme to a block theme safely — covering staging setup, theme.json, template rebuilding, widget migra…
Learn how to use the WordPress Site Editor to build and manage complete block theme layouts – from editing templates and template parts to managing global…