Mar 16 · 7 min read · On March 15, 2026, WordPress core published a set of WordPress 7.0 dev notes covering five block-editor changes that matter more than they first appear: pattern editing defaults, viewport-based block visibility, per-block custom CSS, expanded dimensi...
Join discussionMar 12 · 5 min read · WordPress offers two distinct preview systems: the Customizer's device preview and the Block Editor's "Preview in new tab" dropdown. Both are extensible, but they require completely different approaches. I dug into both. ℹ️ Two Separate APIs The ter...
Join discussion
Mar 11 · 5 min read · import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; WordPress 7.0 Beta 1 is here, and it is not an incremental update. The two big moves are real-time collaboration and native AI integration via the Abilities API. Whether that makes...
Join discussion
Mar 10 · 5 min read · WordPress officially documented real-time collaboration for the Block Editor on March 10, 2026, during the WordPress 7.0 cycle. This is the first core-facing iteration of Gutenberg Phase 3 collaboration, and it changes how plugin and block code must ...
Join discussion
Mar 10 · 5 min read · import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; As of February 27, 2026, WordPress 7.0 Beta 2 (released February 26, 2026) is in active testing ahead of the planned final release on April 9, 2026. I reviewed what can break for c...
Join discussionMar 9 · 5 min read · As of March 5, 2026, WordPress 7.0 is scheduled for final release on April 9, 2026. The biggest practical shifts for product teams are not headline UI features, but extension-surface changes that alter how plugins should integrate with core. This rev...
Join discussion
Mar 5 · 4 min read · As of March 5, 2026, WordPress 7.0 is scheduled for final release on April 9, 2026. The biggest practical shifts for product teams are not headline UI features, but extension-surface changes that alter how plugins should integrate with core. This rev...
Join discussion
Aug 28, 2025 · 5 min read · Step 2: Essential Theme Files Create the core files required for a WordPress Full Site Editor theme using the 4WP Starter Theme* as our foundation for Personal Branding and Corporate sites. Project Foundation: Base Theme: 4WP Starter Theme* – FSE st...
Join discussion
Aug 26, 2025 · 1 min read · Step 1: Basic Theme Structure Create the fundamental folder structure for a Full Site Editor (FSE) theme following WordPress best practices. Code Snippet: cd wp-content/themes/starry mkdir -p {assets/{css,js,images},inc,parts,patterns,styles,template...
Join discussion