As we approach the release of WordPress 6.9 and look towards version 7.0 in 2027, the world’s most popular CMS represents something very different than it did in 2020. The “Gutenberg Phase 3” (Collaboration) is maturing, and the community is now looking at Phase 4: Multilingual and the broader Data Liberation initiative.
What does the WordPress of 2027 look like for developers and agencies? It is faster, more open, and fundamentally redesigned.
Here are WPPoland’s core predictions and analysis for the 2027 roadmap.
1. The redesigned admin: Goodbye wp-admin?
The left-hand sidebar menu of wp-admin has been with us since WordPress 2.7 (2008). In 2027, it finally retires.
The unified canvas
The distinction between “The Dashboard” and “The Site Editor” is vanishing.
- Contextual Editing: You don’t go to “Settings” to change the site title. You click the title in the editor and change it.
- JavaScript-First: The new admin is a Single Page Application (SPA). Transitions are instant. No more page reloads when saving a post.
- Customizability: Agencies can fully curate the admin experience natively, locking down specific blocks and branding the interface without hacking
functions.php.
2. Data liberation: Trust through openness
One of Matt Mullenweg’s key initiatives for the mid-2020s has been Data Liberation.
The paradox of lock-In
Historically, SaaS platforms try to lock you in. WordPress 2027 does the opposite.
- Universal Export: A standardized JSON/ZIP format that allows you to move your entire site—content, media, and design—to another CMS (or another WordPress host) with one click.
- Why?: By making it easy to leave, WordPress makes people confident to stay. It becomes the “Switzerland of the Web”—the neutral, safe place for your data.
3. The death of the “theme”
What is a theme in 2027? It’s certainly not a folder of PHP templates.
Style.json and patterns
- Global Styles: The visual identity of a site is defined entirely in
theme.json(or its successor). - Pattern Libraries: A “theme” is essentially a curated collection of Block Patterns. You don’t buy a theme; you subscribe to a Pattern Provider.
- The End of Child Themes: We no longer need child themes to override styles. We use the Global Styles interface and export our changes as a variation.
4. AI IN the core
Until 2025, AI was plugin territory. By 2027, it’s native.
Local llms?
There is discussion about bundling lightweight, local-first LLMs (or connecting to browser-based AI APIs) directly in Core.
- Auto-Alt Text: Media library automatically generates alt text upon upload.
- Content Summaries: The “Excerpt” field is auto-filled by summarized content.
- Pattern Generation: “Create a pricing table with 3 columns” -> The block editor builds it instantly using core blocks.
5. Multilingual is native (phase 4)
For 20 years, we needed WPML or Polylang. Phase 4 changes everything.
Canonical multilingual
- Standardized Database Schema: Core tables now officially support translations. No more
wp_icl_translationshacked on the side. - Performance: Native query support means multilingual sites no longer suffer a 30% database penalty.
- Impact: This kills a large segment of the plugin market but massively improves the experience for global enterprises.
6. The rise of “WordPress distros”
With the core becoming more modular, we see the rise of specialized distributions.
- E-Commerce Distro: A pre-packaged WordPress optimized solely for Woo (no blog bloat).
- Headless Distro: A stripped-down API-only version for use with Next.js / Astro.
- Creator Distro: A streamlined version for newsletter authors, competing directly with Substack.
7. Conclusion: The operating system of the open web
In 2027, WordPress is less of a “blogging tool” and more of an Operating System for the Web. It provides the fundamental layer of data ownership, user management, and block rendering, upon which we build incredible experiences.
The developers who survive and thrive in 2027 are those who stop fighting the Block Editor and start building on top of the Data Liberation architecture.
The future is open. Are you ready?


