Author name: Varun Dubey

Avatar of Varun Dubey
Illustrated guide showing the conversion of a classic WordPress theme to a block theme, with steps for PHP template to HTML block template migration and functions.php to theme.json migration
Uncategorized

How to Convert a Classic WordPress Theme to a Block Theme Step by Step

A step-by-step guide to converting a classic WordPress theme to a block theme. Covers auditing your PHP template structure, migrating functions.php settings to theme.json (color palettes, font sizes, spacing), converting PHP templates to HTML block templates, and handling custom template tags — with working code for every step.

How to Convert a Classic WordPress Theme to a Block Theme Step by Step Read Post »

Code panel showing data-wp-on--click and data-wp-bind--hidden directives alongside block.json viewScriptModule setup for the WordPress Interactivity API
Web Development, WordPress, WordPress Themes

How to Build Interactive Blocks with the WordPress Interactivity API

Learn how to use the WordPress Interactivity API to build stateful, client-side interactive blocks using real data-wp-* directives, @wordpress/interactivity store and actions, viewScriptModule in block.json, and render.php server state — with three working examples: toggle, counter, and live fetch.

How to Build Interactive Blocks with the WordPress Interactivity API Read Post »

Twenty Twenty-Seven block theme announcement preview for commercial theme authors
WordPress, WordPress Themes

Twenty Twenty-Seven Is Coming: What Commercial Block Theme Authors Need to Know Now

The WordPress core team has announced the Twenty Twenty-Seven default theme. For commercial block theme authors, a new default theme is never just cosmetic — it sets design direction, signals where theme.json and pattern APIs are heading, and reshapes customer expectations. Here is what to audit in your commercial theme before WP 7.0 lands.

Twenty Twenty-Seven Is Coming: What Commercial Block Theme Authors Need to Know Now Read Post »

Scroll to Top