The WordPress ecosystem in 2026 has reached a pivotal moment of balance. Following the ambitious foundational plumbing introduced earlier in the year by WordPress 7.0 — which focused on the centralized Connectors API and the DataViews admin framework — the open-source community officially released WordPress 7.1 on August 19, 2026.
While early roadmaps hinted at deeper AI feature rollouts, the final release of WordPress 7.1 represents a deliberate, developer-approved shift: it is fundamentally a styling, media, and design-centric release. Most experimental AI features — vector embeddings, streaming generation, and the proposed Guidelines system — slipped to future releases, allowing the core team to focus on resolving long-standing creator pain points.
From native per-device responsive styling that eliminates the need for custom CSS media queries, to a browser-driven client-side image processing engine with native iPhone HEIC support, WordPress 7.1 delivers immediate, tangible workflow upgrades. The release cycle also addressed community stability head-on by formally reversing the proposed removal of the Classic block.
Visual Styling: Responsive Controls and Pseudo-States Without CSS
For over a decade, customizing how a WordPress block behaves on mobile versus desktop required custom CSS media queries or a third-party layout plugin. WordPress 7.1 removes that friction with native per-device responsive styling built directly into the block settings sidebar.
Fluid Font Overrides — specify exact font sizes for mobile screens directly in the UI, rather than relying solely on automated fluid typography clamps.
Flexbox Direction Shifts — Group and Row container blocks switch from a horizontal row on desktop to a stacked column on mobile with a single setting.
Unified Resizable Canvas — the editor replaces rigid, fixed preview toggles with a freely resizable device preview, so you can test non-standard screen widths dynamically.
Theme.json Breakpoint Presets — theme authors define custom breakpoints in theme.json, so the editor preview widths mirror the production front end accurately.
Interactive Pseudo-States (Hover, Focus, Active)
Alongside responsive controls, 7.1 adds visual pseudo-state styling. A new "State" selector inside block settings lets you customize how elements look on hover, focus, and active states: button hover and focus colors without writing a stylesheet, a native text-shadow control in Global Styles for headings and hero banners, and layered semi-transparent gradients over background images on Group and Cover blocks.
The Classic Block Reversal: A Win for Backward Compatibility
One of the most consequential stories of this release cycle wasn't a new feature at all. Earlier in 7.1 development, core contributors proposed deprecating and eventually removing the Classic block to accelerate full site editing adoption. Enterprise publishers, agencies, and long-standing site owners pushed back hard, citing the millions of legacy posts still built on TinyMCE formatting.
On July 7, 2026, the core team formally reversed the deprecation plan. The Classic block remains fully accessible in the inserter, the underlying TinyMCE integration continues to receive maintenance, and publishers managing large archival databases can update to 7.1 without forced block conversions or migration scripts.
New Native Core Blocks (And What Got Punted)
What Shipped
The Tabs block organizes dense content into interactive, clickable panels instead of long vertical scrolling. It's built in three layers: an outer container managing horizontal versus vertical orientation, a tab list controlling active-state indicators and keyboard focus rings, and flexible tab panels that host any nested block — columns, galleries, forms, or patterns.
The Audio Playlist block gets an overhaul for podcasters, educators, and musicians: an interactive waveform visualizer for scrubbing through tracks visually, paired with automated ID3 tag parsing that pulls artist, title, and cover art directly from the uploaded file.
What Got Punted to 7.2
The Table of Contents block did not ship in 7.1. During late-stage beta testing, the core team ran into accessibility inconsistencies around heading-level nesting and dynamic DOM rendering on complex single-page templates, and pushed the block to WordPress 7.2 rather than merge it half-finished. If you're currently relying on a plugin for a table of contents, keep it installed — there's no native replacement yet.
The Client-Side Media Revolution: Browser-Driven Processing & HEIC
This is arguably the release's most consequential change, even though it's the quietest. Historically, image resizing, orientation correction, and thumbnail generation were handled server-side via PHP libraries (Imagick or GD) after a raw file was uploaded. In WordPress 7.1, that processing moves to the browser — dimension checks and initial compression happen client-side using WebAssembly and Canvas APIs before the file ever reaches your server.
Native iPhone HEIC support — iOS users upload .heic photos directly without a conversion plugin; the browser converts and optimizes into web-ready formats before transfer.
Resilient upload queue — a dropped connection pauses and safely resumes the upload rather than corrupting the file.
Dedicated media editor modal — replaces the old inline cropper with free-form aspect ratio adjustment, rotation, and live zoom.
Infinite scrolling in the Media Library, replacing the old "Load More" pagination.
Decorative image toggle — a one-click switch marks an image purely decorative, auto-outputting alt="" and aria-hidden="true" so screen readers skip it.
Gutenberg Phase 3: Collaborative Notes & Editorial Review
WordPress 7.1 continues the Phase 3 collaboration roadmap with richer asynchronous review tools built into the editing canvas itself: inline fragment notes on specific words or sentences rather than whole blocks, rich text and @mentions with notifications, multiple parallel discussion threads on a single block, emoji reactions, and a Suggestion Mode that lets contributors without publishing rights propose edits an editor can approve in one click.
The AI Reality Check: What Slipped and Why
Despite early roadmap chatter suggesting a significant AI push, WordPress 7.1 is explicitly not an AI-heavy release. Several experimental features were evaluated during the development cycle and pushed back rather than shipped half-ready:
Guidelines (a proposed persistent brand-voice system) — declined for 7.1; schema design and standardization needed further consensus.
Native vector embeddings API — slipped to 7.2 or later; indexing overhead and vector storage requirements across varied hosting are still under review.
Generation streaming in the PHP AI Client — slipped; Server-Sent Events and HTTP/2 buffering behavior needed broader testing across hosting stacks.
If you've read about any of these as WordPress 7.1 features, that information is out of date or premature — none of them shipped in the final release. The core team prioritized stability over experimental AI additions, leaving room for the plugin ecosystem to keep iterating independently in the meantime.
Admin UI Modernization & Developer Infrastructure
Persistent admin toolbar that stays visible while navigating the Site Editor and Block Editor. Admin color schemes now carry into the Site Editor canvas instead of a fixed dark shell. The block editor runs fully iframed for guaranteed style parity with the live front end. Speculative loading now defaults to moderate pre-rendering when a caching layer is detected, improving perceived transition speed. And jQuery UI has been upgraded to 1.14.2, resolving upstream accessibility and security issues in legacy admin scripts.
WordPress 7.0 vs. 7.1 at a Glance
Responsive styling: a simple show/hide-per-device toggle in 7.0 becomes granular per-device typography, spacing, and flex control in 7.1.
Media processing: server-side PHP crunching moves to browser-based WASM/Canvas optimization, adding native HEIC and AVIF support.
Core blocks: Tabs and an overhauled Audio Playlist ship; Table of Contents is punted to 7.2.
Classic block: deprecation was proposed, then formally reversed — it remains fully supported.
Editorial notes: basic block-level commenting becomes fragment-level notes with rich text, @mentions, suggestions, and emoji reactions.
How to Update Safely
Because 7.1 enforces iframed editing and introduces client-side media processing, treat this like any major-version update: confirm your server runs PHP 8.2 or 8.3 for best speed and compatibility, take a full off-site backup of your database and wp-content directory, and test on staging first — specifically checking that custom blocks, responsive overrides, and hover states render correctly inside the iframed editor sandbox. Test HEIC and large image uploads to confirm any third-party optimization plugin doesn't conflict with native client-side processing. Only then update production, and clear your object, page, and CDN caches afterward.
If your site runs on custom blocks or a heavily modified theme and you'd rather not run this audit yourself, tests every core update on staging before it touches your live site.
Preguntas frecuentes
When was WordPress 7.1 officially released?
WordPress 7.1 was officially released on August 19, 2026, coinciding with WordCamp US 2026.
Was the Classic block removed in WordPress 7.1?
No. An early proposal suggested deprecating or removing it, but the core team formally reversed that decision on July 7, 2026. The Classic block remains fully supported and accessible in the block inserter.
Did the Table of Contents block ship in WordPress 7.1?
No. It was punted to WordPress 7.2 so the core team could resolve accessibility and DOM-rendering issues around heading hierarchy on complex templates.
How does client-side media processing work in WordPress 7.1?
Images are processed directly in the browser using WebAssembly and HTML5 Canvas APIs before the file is transmitted to your server — enabling native iPhone HEIC conversion, faster uploads, and significantly reduced server CPU load.
What happened to the AI features planned for WordPress 7.1?
Most of them slipped or were declined for this release, including native vector embeddings, PHP AI Client streaming, and the proposed Guidelines system. WordPress 7.1 was intentionally focused on responsive styling, media performance, and editorial collaboration instead.




