Latest in branch 6.0
6.0.12
Released 07 Apr 2026
(2 months ago)
SoftwareWordPress
Version6.0
Initial release6.0.0
24 May 2022
(4 years ago)
Latest release6.0.12
07 Apr 2026
(2 months ago)
Support statusNo
Release noteshttps://wordpress.org/documentation/wordpress-version/version-6-0-12/
Source codehttps://github.com/WordPress/wordpress-develop/tree/6.0.12
Documentationhttps://wordpress.org/documentation/
Downloadhttps://wordpress.org/download/releases/#branch-60
WordPress 6.0 ReleasesView full list

What Is New in WordPress 6.0

WordPress 6.0, "Arturo," is a major release focused on refining the full-site editing experience, enhancing design tools, and improving performance. It builds on the foundation of the block editor to give creators more control and fluidity.

Category Key Highlights
New Features Style switching, new block templates, additional design tools.
Editor Improvements Text selection across blocks, new keyboard shortcuts, list view enhancements.
Block & Theme Enhancements Block locking UI, improved pattern categorization, new template types.
Performance Webfont API, cached data for pattern and template fetching.
Accessibility Improved labeling and focus management in the editor.

What are the major editor enhancements?

The block editor gets significant quality-of-life upgrades. You can now select text across multiple blocks, which is a huge win for content editing flow. The list view has been expanded to show more of the block hierarchy, making complex page structures easier to navigate.

New keyboard shortcuts speed up common tasks. For example, [[ quickly inserts a link. In practice, these tweaks add up to a noticeably smoother writing and editing experience, especially for long-form content.

How does the new Style system work?

WordPress 6.0 introduces a powerful Style system that allows for global style variations. This means a theme can bundle multiple, complete style presets-like different color palettes and typography settings-that users can switch between in a single click.

This matters because it separates content from presentation more effectively. A site owner can change the entire look and feel without touching any content, offering incredible flexibility. It's a big step towards making WordPress a true design platform.

What new blocks and templates were added?

This release adds several new block templates for common post elements. You now have dedicated templates for the comments area, author bio, and search results, giving you more control over their structure and design directly within the site editor.

The pattern discovery and insertion experience is also improved. Patterns are now better categorized, making it easier to find and use the right pre-designed section for your pages. This directly speeds up the initial page-building process.

Were there any performance improvements?

Yes, performance is a key focus. The new Webfont API is a standout feature. It allows themes to load font assets more efficiently, which can improve page loading times-a critical metric for both user experience and SEO.

Behind the scenes, data for remote patterns and templates is now cached. This reduces the number of external API calls, making the block inserter and site editor feel more responsive, especially on slower connections.

What about accessibility updates?

Accessibility gets thoughtful improvements, particularly within the editor interface. Buttons and controls now have more descriptive labels, and focus management is enhanced to better guide users relying on screen readers.

These changes are crucial for inclusivity and ensure the powerful new editing tools are available to everyone. It's part of the ongoing effort to make the WordPress admin experience compliant with accessibility standards.

FAQ

Is the Webfont API a breaking change for my theme?
No, it's additive. The new API provides a standardized way (wp_register_webfont() and wp_enqueue_webfont()) to handle webfonts, but existing methods will continue to work. It's recommended to adopt the new API for optimal performance.

How do I lock a block for my clients?
Use the new block locking UI. In the block toolbar options, you can now choose to disable movement, prevent removal, or both. This is great for preventing clients from accidentally breaking a carefully designed section you've built for them.

Can I create my own style variations for a theme?
Absolutely. As a developer, you can define additional style variations by adding a JSON file to your theme's `/styles` directory. The system will automatically pick them up and present them as options in the global styles panel.

Does the text selection across blocks work with any block?
It works with most text-based blocks (paragraph, heading, list). However, some more complex blocks, like tables or code blocks, handle their own selection and might not participate in the cross-block selection feature.

Were any jQuery dependencies removed in this release?
Yes, the work to reduce reliance on jQuery continues. WordPress 6.0 removes jQuery from the frontend of the `wp-admin/` login page, making it lighter and more modern. Always test custom code that might hook into that area.

Releases In Branch 6.0

VersionRelease date
6.0.1207 Apr 2026
(2 months ago)
6.0.1130 Sep 2025
(8 months ago)
6.0.1005 Aug 2025
(10 months ago)
6.0.924 Jun 2024
(1 year ago)
6.0.810 Apr 2024
(2 years ago)
6.0.730 Jan 2024
(2 years ago)
6.0.612 Oct 2023
(2 years ago)
6.0.520 May 2023
(3 years ago)
6.0.416 May 2023
(3 years ago)
6.0.317 Oct 2022
(3 years ago)
6.0.230 Aug 2022
(3 years ago)
6.0.112 Jul 2022
(3 years ago)
6.0.024 May 2022
(4 years ago)