WordPress 7.1 Release: New Editor Features and Media Tools

WordPress 7.1 lands with responsive styling, collaborative Notes, a rebuilt image editor, and new Tabs and Playlist blocks. Here's what site owners should know before updating.

WordPress 7.1 Release: New Editor Features and Media Tools

WordPress 7.1, code-named "Mary Lou" in honor of jazz pianist Mary Lou Williams, shipped on August 19, 2026, alongside WordCamp US. The release leans into everyday editorial work: how teams collaborate inside the editor, how designs respond across screens, and how media gets handled once uploaded. For site owners, bloggers, and agencies, this version changes several day-to-day workflows without requiring new plugins or custom code.

Before walking through the highlights, take a full backup of your site. Anyone on managed WordPress hosting can usually let the platform handle that step automatically, while self-hosted installs should run their own verified backup first.

Key Takeaways

  • Responsive styling arrives in the block editor, so block-level designs can be tuned per screen size without custom CSS.
  • Notes gain @mentions, email notifications, rich text, and inline selection, turning them into a real editorial feedback tool.
  • Two new blocks, Tabs and Playlist, cover common layouts that previously needed third-party plugins.
  • A dedicated image editor replaces the inline crop tool with freeform cropping, rotation, flipping, and metadata editing in one place.
  • The admin toolbar stays visible across every editor, reducing context switching between the dashboard and the canvas.

What WordPress 7.1 Delivers for Site Owners

The headline shift in this release is design control moving closer to the editor canvas. Responsive styling lets you adjust a block's appearance for desktop, tablet, and mobile breakpoints directly inside Global Styles or in an individual block's settings. Theme authors can also define custom breakpoints through theme.json, which means the preview widths can match the theme you actually use rather than generic defaults.

Interactive state styling arrives alongside it. A new State dropdown in the editor lets you set distinct hover, focus, and active appearances for Button blocks. Previously this required adding custom CSS, but now it lives in the same panel where you set the default style. You can keep changes local to one button or promote selected overrides to every button site-wide through a review step that WordPress now surfaces.

For anyone who maintains documentation, FAQs, or product spec pages, the new Tabs block organizes related content into clickable panels instead of stacking it vertically. It is a clean way to keep dense pages readable without scrolling.

Notes Becomes a Real Collaboration Tool

Notes first landed in WordPress 6.9 as a lightweight way to attach a comment to a block. In 7.1 they mature into a proper editorial feedback system. The two most practical upgrades are @mentions and inline notes.

Typing the @ symbol inside a note opens a searchable list of collaborators. Selecting someone tags them in the note and triggers an email notification, so reviewers no longer need to leave the editor open to know feedback is waiting. Inline notes go further: you can highlight a specific phrase or sentence, attach a note to just that selection, and the highlighted text stays visible to everyone involved.

Several smaller refinements make Notes easier to live with during long editing sessions:

  • Multiple threads on the same block let separate conversations stay separate.
  • Rich text support covers bold, italic, code, links, and emoji.
  • Long notes collapse with a show more toggle to keep the sidebar tidy.
  • Notes are excluded from public comment feeds, so internal review traffic stays internal.

Visual revisions, which arrived in WordPress 7.0, also gain shareable links. You can open the revisions screen, pick a specific version, copy the URL, and send it to a teammate who will land directly on that revision with changes highlighted.

New Blocks: Tabs and Playlist

Two new blocks expand what you can build without leaving core WordPress. The Tabs block groups related content into labeled panels that visitors click through, ideal for product comparisons, FAQ sections, or grouped specifications. The Playlist block stacks multiple audio tracks into a single playlist, with an optional waveform visualization that gives listeners a visual cue for each track as it plays.

Both blocks reduce the need for dedicated plugins and keep the editor consistent for content teams who would otherwise juggle shortcode-heavy pages.

A Rebuilt Image Editor and Faster Media Handling

Image editing used to live in an inline tool that could only crop. The new media editor modal gathers freeform and aspect-ratio cropping, horizontal and vertical flipping, fine-grained rotation with snapping, and metadata editing into a single dedicated workflow. The familiar Crop button still serves as the entry point.

Under the hood, image compression, resizing, and thumbnail generation now run in the browser. That shift reduces server load, sidesteps PHP memory limits, and avoids upload timeouts on larger files. Media handling in 7.1 also adds native support for AVIF, HEIC, and HDR gain maps, covering formats that modern phones and cameras already produce.

Admin Toolbar and Editor Consistency

The WordPress admin toolbar now stays visible across the entire admin area, including every editor. The post editor is also fully iframed for all themes, matching the Site Editor, so admin styles no longer leak into the content canvas. Viewport-relative units and media queries now target the editing canvas directly, which means responsive layouts behave more predictably while you build.

Developer-Facing Additions

Developers gain a new API to register custom icon collections for the Icon block, letting plugins and themes contribute their own icons to the editor alongside the built-in library. Combined with custom breakpoints in theme.json, theme shops can now ship presets that match their design systems without forcing users to write CSS.

Feature Summary for Quick Reference

FeatureWhat It Does
Responsive stylingPer-breakpoint block styles inside the editor, with custom theme.json breakpoints
Interactive state stylingHover, focus, and active styles for Button blocks without custom CSS
Notes upgrades@mentions with email alerts, inline notes, rich text, multiple threads
Shareable revisionsDirect links to a specific revision with changes highlighted
Tabs blockClickable panels for grouped content like FAQs or product specs
Playlist blockStacked audio tracks with an optional waveform view
Image editorUnified modal for cropping, rotation, flipping, and metadata
Browser-side mediaIn-browser compression and resizing to reduce server load

Before You Update

Take a complete backup, including your database and uploads directory, before running the update. If you want a safe runway, you can follow along with the early testing phases and then plan your production rollout. Review any plugins or themes that touch custom breakpoints or the Icon block, since both areas now expose new APIs that developers may adopt quickly. For teams that depend on review workflows, train editors on the new inline note selection and @mention habits so feedback does not get lost in long threads.

Frequently Asked Questions

When was WordPress 7.1 released?

WordPress 7.1 shipped on August 19, 2026, timed with WordCamp US. The release is code-named "Mary Lou" in tribute to jazz pianist Mary Lou Williams.

Do I need to write CSS to make my site responsive now?

Not for common cases. WordPress 7.1 lets you set per-breakpoint styles inside Global Styles or in an individual block's settings, covering typical desktop, tablet, and mobile adjustments. Custom CSS is still useful for advanced layouts, but most block-level tweaks no longer require it.

How do @mentions in Notes work?

Inside a note, type the @ symbol to open a searchable list of collaborators. Selecting a person tags them in the note and triggers an email notification so they can return to the exact post without watching the editor.

What can the new image editor do?

The rebuilt image editor brings freeform and aspect-ratio cropping, horizontal and vertical flipping, fine-grained rotation with snapping, and metadata editing into a single modal. The original Crop button is still the entry point.

Are the Tabs and Playlist blocks available in older versions?

Both blocks are introduced in WordPress 7.1. Sites running earlier versions will not see them unless they upgrade. They are part of core, so no extra plugin is required.

Action Checklist for the Update

  • Back up your database, uploads, and theme files before updating.
  • Test the upgrade on a staging environment if you run a multi-author or high-traffic site.
  • Audit plugins and themes for compatibility with new theme.json breakpoints and the Icon block API.
  • Train editors on inline Notes, @mentions, and shareable revision links.
  • Try the new Tabs and Playlist blocks on a low-risk page before rolling them out site-wide.
  • After updating, review the new image editor and confirm browser-side media processing suits your hosting setup.

WordPress 7.1 is a quality-of-life release that tightens the editor, expands collaboration, and brings everyday image work into a single dedicated tool. For most sites, the upgrade will feel like a smoother version of the same WordPress, with fewer plugin workarounds and a more predictable responsive workflow.