
WordPress 7.0 arrived on May 20, 2026. Codenamed “Armstrong” in honor of jazz legend Louis Armstrong, this release is not a routine update. It lays the foundation for artificial intelligence inside WordPress and modernizes the dashboard you use every day.
If you run a blog, manage client websites, or build anything on WordPress, here is what actually changed and why it matters for your site.
The Big One: AI Infrastructure Built Into Core
WordPress 7.0 does not add an AI chatbot or an auto-writing tool. What it does is smarter and more foundational. It introduces a centralized AI Client and Connectors system that lets plugins communicate with AI services through a single standardized interface.
Before this update, every AI plugin required its own API key setup. One plugin for SEO suggestions needed your OpenAI key. Another for image generation needed the same key entered again somewhere else. It was messy and repetitive.
Now WordPress has a Connectors screen under Settings where you enter your API credentials once. Three providers ship by default: OpenAI for ChatGPT, Anthropic for Claude, and Google for Gemini. Community developers have already released connectors for Ollama for local AI and OpenRouter for accessing multiple models.
This matters because it standardizes how AI works across the entire WordPress ecosystem. Plugin developers build against one interface rather than dozens. Users manage credentials in one place rather than scattered across settings pages. The infrastructure supports responsible AI use without locking anyone into a specific provider.
A Fresh Dashboard That Feels Modern
The WordPress admin has looked largely the same since 2013. Version 7.0 introduces a new color scheme called “Modern” with higher contrast, cleaner typography, and smoother navigation.
The most noticeable change is how screens transition. Instead of jarring full page reloads when moving between menus, pages now glide into view using the new View Transitions API. It feels more like using a modern application than a traditional website backend.
A command palette also arrives. Press Command + K on Mac or Ctrl + K on Windows from anywhere in the admin and a search bar opens. Type what you want to do and jump directly there without clicking through menus. For anyone who spends significant time in WordPress, this saves real minutes every day.
Visual Revisions You Can Actually Understand
Comparing post revisions used to mean squinting at timestamps and guessing what changed between versions. WordPress 7.0 introduces Visual Revisions with a slider tool and color indicators that show exactly what was added, removed, or modified.
- Green marks added content
- Red marks removed content
- Yellow indicates formatting changes
Click any indicator to jump directly to that spot in the editor. For teams collaborating on content or anyone who occasionally needs to roll back changes, this feature alone justifies the upgrade.
Control What Appears on Mobile Without Code
The new Responsive Editing Mode lets you show or hide individual blocks by device type directly from the block settings. Want a full banner on desktop but a compact version on mobile? Set it in the editor without writing CSS or installing a plugin.
Blocks with visibility rules show a small indicator icon in List View so you can see at a glance which elements behave differently across screen sizes. This puts mobile optimization directly in the hands of content editors rather than requiring developer intervention.
New Native Blocks Replace Common Plugins
WordPress 7.0 adds blocks that previously required third-party plugins:
- A Breadcrumbs block automatically generates navigation trails showing users where they are in your site structure
- An Icons block lets you insert scalable vector graphics directly into content without loading external icon libraries
- The Gallery block now supports lightbox slideshows so images open in an overlay rather than a separate page
- The Cover block accepts video backgrounds via URL
- The Heading block now offers direct insertion of specific heading levels from H1 through H6 as individual block variations
Each of these eliminates a plugin dependency, which means fewer things to update and fewer potential compatibility issues.
Font Management for Every Theme
The Font Library previously worked only with block themes. WordPress 7.0 extends it to classic and hybrid themes as well. You can now upload, install, and manage custom fonts from one centralized page under Appearance regardless of which theme type you use.
Block Level Custom CSS
For designers and builders, WordPress 7.0 lets you apply custom CSS directly to individual blocks within a post or page. Previously this required workarounds. Now you can add block-specific styling without touching theme files or creating child themes.
PHP Version Requirement Changes
WordPress 7.0 drops support for PHP 7.2 and 7.3. The minimum required version is now PHP 7.4, with PHP 8.2 or higher recommended. Most hosting providers already run PHP 8.x but if your site still uses an older version, check before updating. Sites on unsupported PHP versions will stay on WordPress 6.9.4 with security updates continuing.
What Did Not Make the Cut
Real-time collaboration where multiple users edit the same post simultaneously was planned for 7.0 but was postponed. The development team discovered a performance issue in the database architecture that required deeper work than a late-cycle patch could address. The feature is expected in a future release.
How to Update Safely
Back up your site completely before updating. Files and database both. This is not a minor release and the changes are significant enough that conflicts with older plugins are possible.
Check your PHP version first. If your host still runs PHP 7.2 or 7.3, upgrade your PHP version before attempting the WordPress update.
If possible, test the update on a staging environment before applying it to your live site. Many hosting providers offer one-click staging. Use it. The thirty minutes this takes is worth avoiding downtime on a production site.
Once ready, navigate to Dashboard then Updates and click Update Now. The process takes a few minutes. After completion, verify that your site loads correctly and that key functionality still works as expected.
Over 900 contributors from around the world worked on WordPress 7.0 across more than 420 enhancements and fixes. It is one of the most significant releases in years and sets the direction WordPress will follow for the next phase of its development.
Running your blog on WordPress 7.0 positions you for the AI-powered tools arriving in the ecosystem while giving you a faster, more modern editing experience today. Update, explore the new dashboard, and enjoy a WordPress that finally feels like it belongs in 2026.