News & Blog

Why the Block Editor Keeps Evolving

When Gutenberg launched with WordPress 5.0 in December 2018, the reaction from the developer community ranged from cautious optimism to outright frustration. Eight years later, the landscape has shifted dramatically. The WordPress block editor trends shaping the platform today look nothing like the early rough edges that made agencies hesitant to adopt it. The editor has matured into a genuine site-building system — and understanding where it’s heading matters whether you’re a solo developer, a growing agency, or a technical decision-maker evaluating long-term CMS strategy.

According to WordPress, the platform now powers over 43% of all websites on the internet. The block editor is central to how that installed base builds and maintains content. That scale means even incremental changes to the editor have outsized real-world effects.

From Content Editor to Full Site Editing

The most significant structural shift in recent years has been the move from block-based content editing to Full Site Editing (FSE). With FSE, everything — headers, footers, sidebars, templates, global styles — is editable through the block editor interface. This is a fundamental architectural change, not a cosmetic update.

What this means practically:

🛠️ Need Senior WordPress Development Support?

BMD Creatives provides white-label WordPress development for agencies. Clean code, reliable timelines, no micromanaging.

Talk to Us →
  • Theme files become block-based HTML templates rather than PHP templates with WordPress template tags
  • Global Styles allow site-wide typography and color changes without touching CSS files
  • Template parts (header, footer) become reusable blocks editable by clients without developer access

For agencies, this shifts the conversation around theme architecture. Classic PHP-based themes aren’t disappearing immediately, but the long-term trajectory is clear: block themes are the direction WordPress is investing in. Developers who understand how to build block themes — and when to use them versus classic themes — are better positioned for the next five years of WordPress projects.

Custom Block Development: A Growing Discipline

One of the clearest block editor trends is the professionalization of custom block development. Early adopters cobbled together blocks using the Block API’s first iterations. Today, tools like the official Block Editor Handbook document a mature, stable API that supports static blocks, dynamic blocks, block variations, block patterns, and interactivity through the Interactivity API introduced in WordPress 6.5.

person writing on dry-erase board
Photo by Christina @ wocintechchat.com M on Unsplash

Custom blocks solve problems that page builders address with plugins but with a critical difference: they’re compiled into standard HTML and stored as block markup in the database. There’s no runtime dependency on a page builder engine. For performance-conscious projects — particularly those under PageSpeed scrutiny — this distinction matters enormously.

The Interactivity API Changes What’s Possible

Introduced in WordPress 6.5, the Interactivity API deserves specific attention. It allows developers to add JavaScript-driven interactivity (tabs, accordions, live filtering) directly to server-rendered blocks without shipping a heavy JavaScript framework to the browser. The implementation uses wp-bind, wp-on, and wp-context directives that feel familiar to anyone who has worked with Vue or Alpine.js.

This is significant because it finally gives the block editor a credible answer to the «but I need dynamic interactions» objection that previously pushed teams toward page builders or custom React apps. Agencies building performance-sensitive sites now have a native path to lightweight interactivity that doesn’t sacrifice Core Web Vitals scores.

Block Patterns and the Shift in Design Workflow

Block patterns — predefined block arrangements registered via PHP or JSON — have become a central part of how agencies deliver repeatable designs. A pattern can encode a full hero section, a testimonials layout, or a pricing table with brand-appropriate defaults, ready for clients to drop in without breaking layout.

The WordPress Pattern Directory now hosts thousands of community-contributed patterns. More relevant for agency workflows, you can register private patterns scoped to a single theme or plugin — meaning the agency controls what the client sees in the inserter. This is a meaningful quality-control lever that wasn’t available in the classic editor era.

From a workflow perspective, this shifts design handoffs. Instead of delivering a Figma file and hoping the developer interprets it correctly, design systems can be encoded as patterns with locked or restricted blocks — limiting which areas a client can edit. It’s a practical approach to maintaining brand consistency across long-running projects.

The Plugin Ecosystem Is Adapting

A related trend worth watching: major plugin categories are rebuilding their interfaces around the block editor. Form builders, SEO plugins, e-commerce extensions, and membership platforms have either released dedicated blocks or restructured their UI to surface in the block inserter rather than through separate admin pages.

This consolidation benefits end users — everything lives in one interface — but it creates evaluation complexity for developers. A plugin that works beautifully in the classic editor may have a subpar block implementation. Agencies that manage multi-client environments need to reassess their standard plugin stacks against block-editor compatibility, not just feature checklists.

Agencies are navigating a period of genuine transition. Client expectations are shifting too: businesses that watched competitors build self-manageable sites using the block editor now expect the same capability without the steep learning curve of a page builder subscription.

The practical upside of current WordPress block editor trends for agencies:

  • Faster client handoffs — FSE and block patterns reduce training overhead because clients stay in one interface
  • Cleaner codebases — block themes with JSON configuration reduce dependency on complex PHP template hierarchies
  • Better performance baselines — native blocks ship less JavaScript than most page builder alternatives
  • Reduced lock-in risk — standard block markup is more portable than shortcode-heavy or builder-specific markup

The honest challenge: the block editor’s developer experience, particularly around block scaffolding and the build toolchain (@wordpress/scripts, webpack configuration), has a steeper onboarding curve than writing a classic theme. Teams that haven’t invested time in understanding the React-based block architecture may underestimate project complexity on custom block work.

If your agency is evaluating whether to invest in block editor expertise or continue relying on established builders, the trajectory of WordPress core development is the clearest signal available. Every major release since 5.0 has deepened FSE capabilities. The platform is not reversing direction. If you’re managing client WordPress sites at scale and want to discuss how modern block-based development fits into your workflow, reach out to explore how we approach this.

Frequently Asked Questions

Is the WordPress block editor replacing page builders?

Not entirely, and not immediately. Page builders like Elementor and Bricks still have larger installed bases and mature ecosystems. But for new projects, the block editor with FSE is a viable alternative that avoids licensing costs and performance trade-offs. The trend is toward native blocks for new builds, with page builders retained where existing projects demand them.

What is Full Site Editing in WordPress?

Full Site Editing (FSE) allows the entire WordPress theme — not just post content — to be edited using blocks. Headers, footers, templates, and global styles all become editable through the same block editor interface. It requires a block-compatible theme (also called a block theme) built with HTML templates rather than PHP template files.

Do custom blocks require JavaScript knowledge?

Yes, custom block development uses React and the @wordpress/scripts build toolchain. Developers comfortable with modern JavaScript will find the learning curve manageable. For dynamic blocks that render on the server, PHP remains involved — the block’s save function returns null and a PHP render callback generates the front-end output. The Interactivity API adds a lighter-weight option for client-side behavior without a full React implementation.

Are block themes compatible with WooCommerce?

WooCommerce has been progressively building block-based versions of its core templates — cart, checkout, product grids, filters. As of 2025, most WooCommerce core functionality has block equivalents, though some extensions lag behind. Block theme compatibility with WooCommerce has improved significantly and is now a realistic option for new store builds, though complex customizations may still require classic template overrides.

Developer experience

What I find genuinely interesting about the current moment in WordPress block editor development is how quickly the «wait and see» posture has become a liability. I’ve watched agencies delay adopting FSE for two or three release cycles, assuming it wasn’t production-ready — and in doing so, they’ve let their developers fall a full architectural generation behind. The Interactivity API, block patterns with locking, and JSON-based theme configuration aren’t experimental features anymore. They’re the direction core is heading, and the agencies that have invested time understanding them are delivering cleaner, faster, more maintainable sites. The transition is real and it compounds over time.

BMD Creatives

We design and develop custom WordPress websites focused on performance, scalability, and long-term growth.

Contact

© 2026 BMD Creatives, LLC All Rights Reserved. | Privacy Policy | Terms of Service | Cookies Policy