WordPress 6.9, the second and final major release of 2025, is now in its Beta 1 testing phase and scheduled to launch on December 2, 2025. This update continues the platform’s evolution toward a more intuitive, collaborative, and performance-optimized CMS—offering meaningful upgrades for creators, designers, developers, and agencies alike.
From enhancements to the Site Editor and template management to powerful new blocks and developer-focused APIs, WordPress 6.9 is shaping the future of how people build with WordPress.
Below is the complete breakdown of everything included in this release and how to start testing it today.
What Is WordPress 6.9?
WordPress 6.9 is the second major release of the year, following WordPress 6.8 (April 2025). It focuses heavily on refining the Site Editor experience, improving template workflows, enhancing collaboration tools, and introducing AI-ready developer features such as the Abilities API.
According to the official release schedule, Beta 1 was published on October 21, 2025, marking the start of public testing. Several beta builds and release candidates will follow before the stable version goes live on December 2.
WordPress 6.9 Release Date
- Stable release: December 2, 2025
- Beta 1 release: October 21, 2025
- Release phase: Multiple betas → Release Candidates → Final rollout
This will be the final major WordPress release of 2025.
How to Test the WordPress 6.9 Beta
WordPress 6.9 Beta 1 is available for testing across multiple environments. Testing early ensures theme/plugin compatibility and helps the community identify issues before the final release.
1. Test using the WordPress Beta Tester plugin
The simplest method:
- Install WordPress Beta Tester (Plugins → Add New).
- Select Bleeding edge and Beta/RC Only in settings.
- Update your site to WordPress 6.9 Beta 1 from the Dashboard.
2. Test using WP-CLI
For command-line users:
wp core update --version=6.9-beta1
3. Test via VIP Local Development Environment
To update an existing VIP dev env:
vip dev-env update -w=6.9-beta1 --slug=mytestsite
To create a new environment:
vip dev-env create -w=6.9-beta1 --slug=mytestsite
4. Test on a VIP Platform environment
Update a non-production environment:
vip @mytestsite.develop config software update wordpress trunk
Or enable trunk builds via the VIP Dashboard.
5. Test on the WordPress Playground

A dedicated WordPress 6.9 Playground instance lets anyone try the beta with zero setup—ideal for exploring features like Notes, the improved Command Palette, and enhanced drag-and-drop editing.
Key New Features in WordPress 6.9
1. A more intuitive Site Editor
WordPress 6.9 introduces a simplified editing mode for users who only need quick content updates. Advanced design tools remain available for designers and developers, reducing friction for both groups.
This improves usability without compromising creative control.
2. Completely reimagined template management
WordPress 6.9 finally delivers the template flexibility users have asked for:
- Create multiple templates for a single page
- Separate theme templates from custom templates
- Draft templates before publishing
- Preserve custom templates when switching themes
This upgrade greatly improves theme switching and complex project workflows.
3. Notes: Block-level collaboration
Formerly known as Block Comments, Notes allows teams to comment directly on individual blocks—similar to collaboration in Google Docs or Figma.
Users can:
- Leave comments
- Reply
- Resolve threads
This brings native asynchronous collaboration to WordPress for the first time.
4. Hide blocks on the frontend
Users can now hide blocks from visitors while keeping them visible in the editor.
Use cases include:
- Staging content
- Running A/B design experiments
- Preparing campaigns
- Temporarily removing sections without deleting them
Future versions may extend this to responsive or conditional visibility.
5. New Blocks in WordPress 6.9
WordPress 6.9 introduces a set of thoughtfully designed blocks that improve content structure, readability, and editorial workflows. Each one is built to help you present information more clearly while giving creators more flexibility inside the block editor.
Accordion Block

The new Accordion block allows you to create collapsible, structured sections that keep long-form content tidy and engaging.
The block includes three components:
- Accordion Item – wraps the entire collapsible section
- Accordion Heading – the clickable question or title
- Accordion Panel – the expandable area where you can add additional blocks
You can add any block inside the Accordion Panel — including columns, images, or even nested layouts — making it far more flexible than a simple text toggle. This enables richer storytelling while keeping pages clean and easy to navigate.
Terms Query Block

WordPress 6.9 adds a powerful way to display taxonomy data dynamically. The Terms Query block lets you output categories, tags, or custom taxonomy terms along with:
- Term name
- Post count
- Term description
You can choose from two layout variations when inserting the block. For example, if you have categories like “Female,” “Male,” and “Uncategorized,” the block can automatically show the post count next to each — and pull in descriptions for any category that includes them.
Since everything updates automatically based on site content, it’s ideal for blogs, directories, and large content libraries.
Time to Read & Word Count Blocks

WordPress now includes native blocks for displaying estimated reading time and word count. These can be placed anywhere in your post layout.
You can:
- Use them independently
- Transform between reading time ↔ word count
- Display both metrics together
This gives writers and publishers more control over UX, especially on editorial-heavy sites.
Math Block

The Math block finally brings native support for mathematical expressions. You can add formulas either as standalone blocks or inline within regular text.
This is especially useful for:
- Educational content
- Technical documentation
- Engineering or finance blogs
Formulas render cleanly right inside Gutenberg.
New Block Features in WordPress 6.9
Beyond entirely new blocks, WordPress 6.9 introduces important enhancements that reshape collaboration, visibility, and responsive design inside the editor.
Block-Level Notes (Collaborative Comments)

Notes — formerly Block Comments — mark the beginning of Phase 3 (Collaboration) of the Gutenberg roadmap.
Editors, writers, and designers can now:
- Leave threaded comments directly on any block
- Reply, resolve, or modify Notes
- View all comments related to the currently selected block
- Receive notifications for new Notes
Think of it as Google Docs–style collaboration, but natively inside WordPress. This removes the need for external tools when reviewing content or design.
Hide Blocks from the Frontend

One of the longest-requested features is finally here: the ability to hide a block from the published site without deleting it.
Using either the toolbar or List View, you can hide any block. A crossed-out eye icon appears next to hidden blocks, indicating they remain editor-visible but won’t appear to visitors.
Hidden blocks leave no empty space on the frontend — they’re effectively removed from output.
This is especially helpful for:
- Drafting content
- Testing layouts
- Collaborating without affecting production pages
Future enhancements are expected, including conditional visibility based on device type or time.
Stretchy Text (Fit Text)

Heading and Paragraph blocks now include a “Stretchy” variant that scales text automatically within its container.
To use it:
- Insert a regular Heading or Paragraph block
- Transform it into the Stretchy variant from the block options
Because the text scales responsively, manual font-size controls disappear — making it ideal for fluid, modern designs that adapt across breakpoints.
Semantic Button Element Improvements

The Button block now allows you to switch its underlying HTML element from an <a> tag to a <button> element in the Advanced settings.
This enhancement addresses common accessibility issues and ensures the correct semantic structure based on the action you intend the button to perform.
Create Draft Pages Right from the Navigation Block

WordPress 6.9 adds a handy shortcut: you can now create draft pages directly from the Navigation block. It’s perfect for planning your site structure when a page doesn’t exist yet.
Just click the + icon in the Navigation block, choose Create page, and enter a title in the popup. You can publish it instantly, but keeping it as a draft helps avoid empty pages going live.
WordPress will add the draft to your menu, and you can later open it from the Pages section to build out the content. Note that draft pages won’t appear in the live navigation until you publish them.
Fine-tune Block Access Inside Containers

The new Allowed Blocks control lets you decide exactly which blocks can be used inside any container (like Group, Column, or Cover). It’s perfect for design teams who want consistent layouts or for anyone building reusable patterns.
How it works:
- Select a container block.
- Open Advanced in the sidebar and choose Manage allowed blocks.
- Uncheck the blocks you want to restrict.
This simple control keeps your designs consistent, clean, and aligned across templates and team workflows.
These additions help users build richer, more dynamic content layouts.
6. Command Palette everywhere
The Command Palette (Cmd/Ctrl + K) is now available across the entire WordPress Dashboard, not just the Site Editor.
Users can navigate, search, and trigger actions instantly without losing focus.
7. New design tools
Highlights include:
- Border radius presets for consistent rounded corners
- Custom social icons inside the Social Links block
These enhancements streamline theme development and design customization.
Developer and Performance Enhancements
WordPress 6.9 brings substantial upgrades for developers:
Abilities API
A new unified registry for WordPress capabilities that can integrate with AI systems and automation tools—laying groundwork for more advanced AI-driven WordPress features.
Interactivity API improvements
Enhanced:
- Client-side navigation
- Asset loading
- Conditional rendering
This results in faster interactive experiences.
Other API upgrades
Improvements across:
- DataViews
- DataForm
- HTML API
- Block Bindings
These updates make WordPress development more flexible and performant.
Performance improvements
WordPress 6.9 offers notable speed boosts:
- More efficient caching
- Minified/inlined stylesheets
- Template output buffering
- Database and RSS caching optimizations
Together, these enhancements reduce load times and improve rendering performance for most sites.
Conclusion
WordPress 6.9 is a practical, creator-focused release that also lays technical foundations for future innovation. Key upgrades like Notes, simplified editing, new blocks, and better template management directly address long-standing user needs. Developers benefit from the Abilities API, expanded Interactivity API, and multiple performance upgrades.
With the official launch set for December 2, 2025, now is the perfect time to test the beta, explore new features, and prepare your workflows for what’s coming next.
FAQs About WordPress 6.9
1. When will WordPress 6.9 be released?
WordPress 6.9 launches on December 2, 2025.
Beta testing began on October 21, 2025, followed by multiple beta and RC builds.
2. How can I safely upgrade my site?
To avoid issues:
- Back up your full website
- Use a staging environment
- Check theme/plugin compatibility
- Test using the Beta Tester plugin, WP-CLI, VIP dev env, or Playground
Skipping these steps can cause unexpected conflicts.
3. What are the most important features?
Standout additions include:
- Notes (block-level comments)
- Improved Site Editor
- Overhauled template management
- Ability to hide blocks
- New core blocks (Accordion, Math, Terms Query, Time-to-Read)
- Expanded Command Palette
- Abilities API and performance upgrades
4. Will my theme and plugins work with WordPress 6.9?
Most actively maintained themes and plugins should be compatible, but testing is essential.
The upcoming Field Guide will list any required updates.
5. Does WordPress 6.9 include a new default theme?
No, WordPress 6.9 does not ship with a new default theme.








