
WordPress 7.0 has arrived as the first major update of 2026, bringing a suite of enhancements that transform how you manage content and design your site. After extensive testing since early beta phases, we can confirm this release delivers meaningful improvements for both casual bloggers and enterprise-level sites. From a centralized AI integration panel to responsive block controls and a polished admin interface, WordPress 7.0 makes the dashboard feel as fluid as a modern web application. Before upgrading, always ensure you have a complete backup of your site, especially if you aren’t using managed hosting that handles updates automatically.
The standout addition is the new AI Connectors screen, found under Settings. This central hub lets you link your site to artificial intelligence services without any third-party plugins. Think of it as a dedicated marketplace for AI providers: you select one—OpenAI, Google Gemini, or Anthropic Claude—enter your credentials once, and any plugin or theme that taps into the WordPress AI API can use that connection. This eliminates the old hassle of managing multiple API keys across different tools. For users who prefer to keep AI out of their workflow entirely, a simple line of code in your wp-config.php file disables all LLM features site-wide.
The admin area has undergone a visual refresh with updated color schemes, cleaner typography, and smoother transitions between screens. Navigation between Posts, Settings, and the editor no longer triggers full page reloads, making the experience feel faster and more responsive. The Command Palette, previously limited to the block editor, now works everywhere in the admin. Hit Command+K on Mac or Ctrl+K on Windows to quickly jump to any page, open settings, or perform actions without ever touching your mouse. This is entirely optional—traditional menus remain intact for those who prefer them.
Responsive block visibility is now built directly into the core editor, a feature long offered by page builder plugins. You can show or hide any block based on whether the visitor is using a phone, tablet, or desktop. Simply select a block, open the visibility options in the toolbar or inspector sidebar, and choose which device types to hide it on. Blocks with visibility rules display a small device icon in List View, and you can even apply different styles per breakpoint, such as adjusted font sizes or spacing for mobile screens. This capability eliminates the need for custom CSS in many responsive design scenarios.
Visual revisions have become significantly smarter. You can now compare two revisions side by side directly in the editor, with color-coded overlays highlighting every change. A green outline indicates added blocks, red marks removed blocks, and yellow shows modified settings. For text, green underlining shows additions while red strikethrough marks deletions. The sidebar also lists changed block attributes, giving you a clear picture of exactly what was altered. This is a game-changer for multi-author sites and anyone who wants to review content changes before publishing.
Custom CSS for individual blocks is another long-awaited feature. Select any block, open the Advanced panel in the inspector sidebar, and you’ll find a field where you can type CSS that applies only to that specific block instance. Changes render live in the editor, so you see the effect immediately. Only users with the edit_css capability—typically Administrators and Editors—can access this field. The CSS travels with the block if you duplicate or move it, and block developers can opt out of this feature if needed.
Three new native blocks debut in WordPress 7.0: Icons, Breadcrumbs, and Headings. The Icons block comes with the full WordPress icon library, allowing you to insert, resize, recolor, and adjust spacing on SVG icons without any plugin. The Breadcrumbs block automatically generates a navigation trail based on your site structure, helping visitors and search engines understand your content hierarchy. The Headings block consolidates all six heading levels into a single block with built-in variations, making it easier to maintain proper structure for accessibility and SEO.
Mobile menu overlays are no longer experimental. The Navigation block now includes a guided flow to create and customize overlays with pre-built design patterns. Theme developers can register a new navigation-overlay template part area to give users even more control from the site editor. Block patterns default to content-only editing mode, which simplifies the interface for swapping text and images without accessing design settings. Developers can disable this mode with a filter if they prefer full access to pattern internals.
Gallery lightboxes now include back and next navigation buttons, allowing visitors to browse through images without closing the lightbox. Arrow key navigation also works, and images with lightbox disabled individually are skipped automatically. Under the hood, theme developers can style hover, focus, focus-visible, and active states directly in theme.json without custom CSS. Blocks can now be registered using only PHP, reducing overhead for simple use cases. The new Block Selectors API lets blocks declare specific CSS selectors for Global Styles, giving developers precise control over styling.
The Font Library gets a dedicated management page in the dashboard, making it easy to upload and manage fonts across all theme types—block, hybrid, and classic. Previously limited to block themes, this feature now works universally. WP-CLI 3.0 ships alongside WordPress 7.0 with new commands for block entity access and AI Abilities API. The local development tool wp-env now supports phpMyAdmin on the Playground runtime. Site Health now displays OPCache information under Tools > Site Health > Info > Server, helping diagnose performance issues. The post editor automatically switches to an iframed layout when all blocks use API version 3 or higher, improving stability and performance. Administrator and Editor roles have been removed from the default user role selector to prevent accidental assignment of high-privilege roles, with a Site Health alert for existing sites affected. The minimum PHP version is now 7.4, with a strong recommendation for PHP 8.3 or 8.4.
Miscellaneous improvements include video embeds via URL for Cover blocks, standardized text alignment across eight additional blocks, and updates to the Interactivity API with a new watch() function. DataViews and DataForm packages received significant updates with new layouts and validation rules. Client-Side Media Processing, previewed during beta, was moved to a standalone plugin and is not included in core. Overall, WordPress 7.0 delivers a robust set of features that enhance content creation, design flexibility, and developer experience. We recommend testing on a staging environment before deploying to production, then taking time to explore the AI Connectors, revisions, and responsive visibility controls.