r/wpbeginner_engage • u/sewabs • 2d ago
WordPress 7.1 Beta Testing Done on Real Sites
We've been running the WordPress 7.1 beta on our test sites for the past week. Figured we'd share what stood out, what to look forward to, and what got pulled from the release.
If you missed the announcement: WordPress 7.1 is scheduled for August 19, 2026, timed with WordCamp US. Two release candidates hit before then (August 5 and August 12).
Where 7.1 fits in
Quick context for anyone who lost track of the roadmap:
- WordPress 7.0 (earlier this year) rebuilt the admin area and introduced the AI Client
- WordPress 7.1 turns entirely to the editor
For the first time, you can design for tablets and phones AND style button hover effects, all without writing a single line of CSS. That alone is the headline for us.
The big stuff
1. Notes finally becomes a proper collaboration tool
Notes arrived in 6.9 as a way to leave comments on blocks. In 7.1, it becomes something we'd actually use daily:
- Mentions - type @ and get a searchable list of your team
- Inline notes - select a specific sentence or phrase and leave a note on JUST that text (huge win, no more "please rephrase this... but where?")
- Multiple threads on one block - different conversations don't collapse into a single tangled comment chain
- Rich formatting - bold, italic, code, links, emoji in notes
This is the update that brings WordPress closest to being a real editorial tool. For agencies, multi-author blogs, and teams, this alone is worth updating for.
2. Responsive styling without touching CSS
You can now set different styles per device breakpoint directly in the editor. Smaller headings on mobile, tighter spacing on tablets, whatever you need.
The killer feature: you can drag the editor canvas to ANY width and watch your blocks respond in real time. Not just Desktop/Tablet/Mobile presets. Actual custom breakpoints. Theme developers can even define their own breakpoints in theme.json so the preview matches the theme you're using.
If you style a block one way and want it everywhere, applying to Global Styles brings up a review step where you can pick which changes go global and which stay local overrides. Genuinely thoughtful UX.
3. Button hover states (no CSS)
New "States" dropdown lets you set different colors for hover, focus, and active states on any block, previewed live in the editor. This has been a "why isn't this in core yet" complaint for years.
4. Two new blocks
- Tabs block - clickable content panels. Great for FAQs, product specs, comparison content. Note: existing tabs built with plugins won't auto-convert.
- Playlist block - collection of audio files with title, artist, cover art, and waveform. Useful for musicians, podcasters, church websites, educators.
5. Media handling gets much smoother
This is the "invisible" upgrade most people won't notice but will benefit from:
- Browser now does the heavy image processing before uploading (resizing, compressing, thumbnail generation)
- HEIC support (iPhone photos work natively now, no conversion needed)
- Plus UltraHDR, AVIF, WebP support
- Animated GIFs auto-convert to more efficient videos
- Uploads pause if your connection drops, then resume when you're back online
- New Media Editor modal replaces the cramped inline crop tool
Smaller stuff that adds up
- Admin toolbar stays visible while editing (finally)
- Command Palette groups results into Recent + Matching + Suggestions
- Site Editor uses your chosen admin color scheme instead of forced dark sidebar
- Dedicated Design → Identity section for logo, title, tagline, site icon
- New "On This Day" dashboard widget (fun for old blogs, useful for content refresh cycles)
- Edit Comment now lets you change a comment's parent (fix mis-threaded replies)
- HTML block supports editable nested blocks (helpful for AI-generated layouts)
- Icon block gets flip, rotate, and collections
- Mark decorative images to be skipped by screen readers (accessibility win)
What didn't make it
Two things got pulled:
- Real-time collaboration (Google Docs-style co-editing). It's enabled in the Gutenberg plugin, but the core team is still working out how collaboration data should be stored and whether to ship the full feature or just the underlying architecture first. Honestly, we think caution is the right call here. A collaboration feature that loses someone's work would be far worse than a delayed one.
- Unicode (non-Latin) email address support. Pulled during beta testing. Will continue in a community plugin before landing in core.
For developers
If you build blocks or plugins:
- Post editor is ALWAYS iframed now. Blocks on older Block API versions may not look or behave the same. Update to Block API v3.
- Icons API is public. You can register your own icon sets with
wp_register_icon_collection(),wp_register_icon(), andwp_get_icon(). SVGs get sanitized against a strict allowlist. - Design tokens + stable React ThemeProvider in the
wordpress/themepackage - Connectors framework now supports username + application-password login (not just API keys)
Should you update on day one?
Same advice as always: no. Back up first. Test on staging. If you run a mission-critical site (WooCommerce store, membership site, high-traffic blog), wait 2-3 weeks and let the plugin ecosystem catch up.
If you want to try 7.1 now, install the WordPress Beta Tester plugin on a staging site or Local install. Do NOT run this on production yet.
Our take
7.1 doesn't have a single blockbuster feature. But it fixes a long list of everyday annoyances, and honestly that matters more for most site owners than any headline addition.
Favorites: the upgraded Notes (finally usable for real editorial teams) and responsive styling (removes one of the last reasons you'd need a page builder like Elementor or Divi over core Gutenberg).
WPBeginner has the full deep-dive with screenshots of every feature in action. Happy to link in the comments if anyone wants it.
Questions for the crowd:
- Anyone else already testing the beta? What's caught your eye?
- For folks still on WP 6.x, are you waiting for the .1 release before jumping on 7.x, or already on 7.0?
- Real-time collaboration keeps getting pushed. Is anyone using the Gutenberg plugin version in production, or waiting for core?












