WordPress 7.0 Complete Guide: Features, Blocks, and AI Tools
WordPress 7.0 Armstrong launches with substantial updates to the editing experience. The release includes visual revisions, AI foundation tools, and enhanced pattern editing capabilities that transform how users build websites.
Released on May 20, 2026, this version incorporates features from Gutenberg plugin versions 22.0 through 22.6. The release cycle was extended to ensure stability and thorough testing of new features.
Visual Revisions Transform Content History
The revisions system received a complete redesign. WordPress 7.0 keeps editors in their workspace while reviewing content changes. A timeline slider in the header enables browsing through different versions without leaving the editor.
Changes appear highlighted throughout the document. Yellow markers indicate modified sections, red shows deletions, and green displays additions compared to earlier versions. The system eliminates raw code displays, focusing instead on visual differences.
A mini-map appears along the scrollbar for longer documents. This feature indicates where changes exist and enables jumping directly to modified sections. The sidebar displays a summary of changes for the current revision.
Restoring previous versions becomes straightforward with a dedicated “Restore” button. This button replaces the standard “Update” or “Publish” button when browsing revision history.
AI Foundation Establishes Service Connections
WordPress 7.0 ships with a WP AI client API and built-in Connectors screen. Users can now connect sites to AI services including OpenAI, Claude, or Gemini. The system automatically installs required plugins and prompts for API key entry.
Developers gain access to a consistent framework for building AI-powered features. Content generation, block building, and theme creation become possible without rebuilding connection infrastructure.
The Connectors API extends beyond AI services. Any plugin requiring external service connections via API keys can utilize this standardized management system. Users maintain all integrations in one centralized location.
The Connectors page includes a reference to the AI Experiments plugin. Users interested in features like title, excerpt, or alt-text generation can explore AI capabilities through this plugin.
Navigation Overlays Enable Mobile Menu Customization
Navigation blocks now support customizable overlays with full control over mobile hamburger menus. A prominent “Create overlay” button in the sidebar guides users through setup, offering pattern selections for various designs.
WordPress 7.0 includes multiple built-in patterns. Options range from centered navigation to accent backgrounds and black backgrounds. New blocks default to always showing overlays.
The Navigation block sidebar section displays a preview of selected overlay template parts. Users can access Navigation Overlays through Appearance > Editor > Patterns > Template Parts.
Submenus gain an “always visible” option. Navigation blocks added to overlays include toggles for controlling submenu visibility. Page creation capabilities extend directly into the Navigation block with helpful notices and improved parent page search functionality.
Pattern Editing Adopts Content-First Approach
Pattern editing in WordPress 7.0 prioritizes content editing experience. The workflow simplifies how users customize design sections with improved content-focused mode.
Selecting a pattern now displays a clean, expanded inspector panel. This panel exposes all editable text and image fields directly, organized for easy access. Patterns default to Content-Only editing mode.
This approach simplifies the experience by enabling quick content filling without exposing underlying design tools. Users needing structural or design changes can “detach” patterns for full block-level access.
The new method makes patterns function like single, smart design objects. Easy-to-update attributes work consistently whether using patterns, design sections, or partially synced patterns. Agencies can deliver sites knowing clients cannot accidentally break layouts without deliberate deeper access.
New Blocks Expand Design Capabilities
Breadcrumbs Block Provides Navigation Trails
The native Breadcrumbs block generates dynamic navigational paths from homepage to current page. It automatically adapts to context, handling hierarchical pages and including taxonomy for blog posts.
The block correctly constructs paths for archive pages, including category, tag, author, and date archives. Search results and 404 errors receive proper handling. Custom Post Types include the post type archive in the trail.
Alignment options include left, center, right, wide, and full width. Additional settings control whether the last item appears as text or link, with consistent homepage handling throughout.
Icon Block Adds Decorative Elements
The Icon block enables users to add decorative icons from a curated collection. It utilizes a server-side SVG Icon Registration API, ensuring icon registry updates propagate without block validation errors.
The initial release focuses on core functionality. Third-party icon collection registration arrives in version 7.1, following further development on Icon registry API architecture. A REST endpoint at /wp/v2/icons supports searching and filtering. The initial icon set draws from the wordpress/icons package.
Block Editor Receives Substantial Enhancements
Custom CSS for Individual Blocks
A new custom CSS block support introduces a Custom CSS input in the Advanced panel. This field appears next to the familiar “Additional CSS Class(es)” field in the block editor sidebar.
Users need only add CSS declarations without selectors. Targeting nested elements uses the & symbol. The field focuses purely on styling and rejects HTML input. Access requires the edit_css capability. The editor automatically adds a has-custom-css class for styling consistency.
Viewport-Based Block Visibility
Blocks can now show or hide based on visitor screen size. Select a block, click “Show” in the toolbar, and choose which devices should display it. Options include desktop, tablet, and mobile. Blocks can also be hidden from the document entirely through the same modal.
Dimension Support Expands
WordPress 7.0 expands the Dimensions block supports system with three improvements. Width and height become standard block supports under dimensions. Themes can define dimension size presets, providing users consistent size options across sites.
Color Picker Accepts Paste Values
Color pickers throughout the block styles sidebar now accept pasted color values. Users can copy brand colors from design documents or websites directly into the color picker box. This eliminates the process of manually selecting colors and hues.
Gallery Block Gains Lightbox Navigation
The Gallery block’s “Enlarge on click” lightbox now enables image navigation. Clicking a gallery image reveals back and next buttons for browsing through the gallery without closing the lightbox.
Keyboard navigation through arrow keys receives full support. Screen reader announcements ensure accessibility. Mobile users can swipe between images, though visual animation for swiping remains under development.
The Gallery block sidebar introduces a new content tab for fast access to Alt text boxes. This improvement streamlines the workflow for adding accessibility information to gallery images.
Heading Block Introduces Variations
Each heading level from H1 through H6 is now registered as a block variation on the Heading block. These variations do not appear in the inserter but add icons to the block’s sidebar for transforming between variations.
Image Block Improves Inline Editing
WordPress 7.0 revamps image editing features in the editor. Cropping, rotating, and zooming on particular image corners becomes easier and more intuitive.
The Image block now supports focal point control and aspect ratio adjustments for wide and full alignments. Inspector controls receive reorganization with a dedicated content tab, improving the overall editing experience.
Math Block Receives Typography Improvements
LaTeX input now uses a monospaced font. Style options become available for better mathematical expression editing, making the Math block more useful for technical and scientific content.
Paragraph Block Adds Line Indent Control
A new typography tool specifies line indent for paragraph blocks. Users and theme creators can specify indentation rules for single paragraph blocks and at global styles or theme.json level for all paragraph blocks.
Global styles and theme.json allow choosing whether all paragraphs or only subsequent paragraphs receive indentation. This accounts for different indentation standards worldwide.
The Paragraph block now supports text columns by default through block support for typographical columns. On the front-end, the Paragraph block includes a .wp-block-paragraph class, though this change doesn’t affect global styles using the p selector.
Font Management Becomes Accessible for All Themes
A dedicated Fonts page appears under the Appearance menu for all themes. Previously, font management lived deep inside Global Styles, requiring navigation through several panels to install or preview fonts.
The standalone page enables block theme users to browse, install, and manage typography collections in one dedicated space. The page utilizes new routing infrastructure for the Site Editor, designed to improve navigation and support new top-level pages in wp-admin.
View transitions integrate into this routing layer, providing zoom and slide animations when navigating between pages. The Font Library and Global Styles work with both block themes and classic themes, similar to the Media Library functionality.
Command Palette Enters Adminbar
A new Command Palette shortcut appears in the Omnibar. Logged-in editors see a field with a ⌘K or Ctrl+K symbol in the upper admin bar that unfurls the command palette when clicked.
The command palette entry point streamlines navigation and customization. Users gain full control from anywhere on the site, whether editing, designing, or browsing plugins.
View Transitions Smooth Admin Navigation
View transitions integrate into the WordPress admin in version 7.0, enabling smooth transitions between screens. The implementation uses the CSS View Transitions API as a progressive enhancement.
The result delivers smoother page-to-page transitions without requiring markup or JavaScript changes. Users notice the improvement immediately when navigating between admin screens. Front-end implementation is scheduled for WordPress 7.1.
Admin Interface Receives Visual Updates
WordPress 7.0 includes a CSS-only visual reskin of wp-admin. The classic admin screens move closer to the visual language of block and site editors. All existing CSS class names and admin color schemes remain preserved.
The “Modern” color scheme replaces “Fresh” as the default admin color scheme. Buttons and input fields update to align with the WordPress Design System. Primary, secondary, and link buttons receive refreshed styling, along with text inputs, selects, checkboxes, and radio buttons.
Notices for info, warning, success, and error conditions receive updates for clarity and consistency. Dashboard widgets and metaboxes gain modernized styling. A new wp-base-styles stylesheet handle consolidates admin color scheme CSS custom properties into a single reusable stylesheet.
Developer Tools Expand Capabilities
Client-Side Abilities API
WordPress 7.0 ships a JavaScript counterpart to the server-side Abilities API introduced in version 6.9. The Client-Side Abilities API arrives as two packages: @wordpress/abilities for pure state management and @wordpress/core-abilities for auto-fetching server-registered abilities via REST API.
Browser-only abilities become possible for navigation, block insertion, and more. This opens doors to browser agents, extensions, and WebMCP integrations directly in the client.
PHP-Only Block Registration
Developers can create simple blocks using only PHP. This feature targets blocks requiring only server-side rendering without high interactivity. The feature auto-generates sidebars for user input when possible.
Developers call register_block_type with the new autoRegister flag. A render_callback function must also be provided for proper block rendering.
Pattern Overrides for Custom Blocks
Pattern Overrides, introduced in WordPress 6.5, enable synced patterns where layout stays consistent but specific content changes per instance. Originally limited to four core blocks, the feature now extends to any block attribute supporting Block Bindings.
Block authors opt in through the server-side block_bindings_supported_attributes filter. This enhancement opens synced patterns to custom blocks, addressing a long-requested feature.
DataViews and UI Components
A substantial API update introduces new layouts, validation rules, grouping options, and picker improvements. Plugins using wordpress/dataviews benefit from these enhancements.
The WordPress UI package adds multiple new components. A dropdown menu creates standardized select controls. A tooltip component displays helpful hints on hover. Form field building blocks ensure consistent styling and behavior.
Additional components include visually hidden content that remains accessible to assistive technologies, standardized buttons for interactive elements, fieldset building blocks for grouping form controls, consistent icon display components, and input field layout building blocks.
Release Timeline and Resources
WordPress 7.0 Armstrong released on May 20, 2026, following an extended development cycle. The original April 9, 2026 release date was postponed to ensure stability and thorough testing.
The release includes bug fixes backported from later Gutenberg releases to WordPress 7.0 release branches. Comprehensive planning documentation and field guides provide detailed information for developers and site administrators.
Original Source: gutenbergtimes.com