GUIDE · THEME DEVELOPMENT · 24 articles

WordPress theme development patterns.

Block themes, Full Site Editing, theme.json, and performance patterns for custom WordPress themes that ship in production.

24 articles
Updated weekly

What you'll find here

  • Block themes and Full Site Editing patterns
  • theme.json best practices
  • Performance: avoiding the classic-theme habits that bloat block themes
  • Migration: classic theme → block theme decisions

Our take

Theme development has shifted from PHP to JSON since FSE. The patterns here reflect what works in block themes today, not classic-theme habits.

Latest in theme development