WordPress has launched the beta version of 6.5 for testing purposes.
We have been closely monitoring the development and are thrilled to share the exciting new features that will be included in this update.
This will be the first significant update to WordPress in 2024, with many contributors putting in substantial effort.
Let’s explore some of the fantastic features and improvements that are on the way in WordPress.
Important Note:By using the WordPress Beta Tester plugin, you can experience the beta version on your local machine or a staging site. Please note that some features in the beta may not be included in the final release.
Here’s a brief overview of the changes coming in WordPress 6.5:
- Video Tutorial
- Expanded Fonts Library
- Custom Fields for Block Elements
- Plugin Dependency Management
- Enhancements to the Block Editor
- New Drop Shadow Effect
- Enhanced Overlay Color Options for Cover Blocks
- Ability to Rename Any Block in the List View
- Right Click on a Block in List View to Access Settings
- Updates to Link Control Features
- Revamped Preferences Panel
- Changes to the Site Editor
- Synced Patterns Gain Enhanced Functionality
- Improvements to Data View Features
- Enhanced Style Revision Capabilities
- The Interactivity API
- Various Improvements Behind the Scenes
The Fonts Library
Previously, we announced that the Fonts Library would be part of WordPress 6.4, but its inclusion was delayed and it did not make the final release.
We are pleased to confirm that it will be featured in WordPress 6.5.
This feature will enable users to manage the fonts utilized in their WordPress theme and throughout their entire website.
Users can access the Fonts Library from the Styles panel in the site editor. Switch to the Typography view and click on the Manage Fonts button.
This action will open the Fonts popup.
By default, it will display the fonts currently installed for your WordPress theme. You can switch to the Upload tab to add more fonts from your computer.
Interested in using privacy-focused Google Fonts for your site?
Go to the Install Fonts tab to link your website with Google Fonts.
You will then be able to explore Google Fonts.
Search for the font you wish to install, select the desired variation, and click the Install button to host the font locally and serve it from your website.
This feature allows site owners to enhance their website’s typography by integrating custom fonts into their current theme.
Custom Fields for Blocks
An exciting new feature in WordPress 6.5 is the ability to link custom fields with block attributes.
Custom fields have been a part of WordPress for many years, enabling users to add personalized metadata to posts, pages, and various content types.
Now, developers and advanced users can link custom field data directly to specific block attributes.
Additionally, the block binding API introduced for this feature allows for the use of alternative sources to supply dynamic data for blocks.
To try it out, add these two custom fields to your post:
- mood
- weather
Below, you can see the interface for custom fields:
Next, switch to the code editor view and insert the following code into a text field.
<!-- wp:paragraph {"metadata":{"bindings":{"content":{"source":"core/post-meta","args":{"key":"mood"}}}}} -->
<p></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph {"metadata":{"bindings":{"content":{"source":"core/post-meta","args":{"key":"weather"}}}}} -->
<p></p>
<!-- /wp:paragraph -->Your changes have been successfully saved.
Next, you can preview your post to see how the custom fields appear.
The theme should display the values associated with your meta keys.
This is a simple example.
Developers can enhance functionality by displaying connections in the editor and allowing users to select dynamic values from a dropdown menu by registering those connections.
Plugin Dependencies
Some WordPress plugins require other plugins to function properly.
For instance, a WooCommerce payment extension needs WooCommerce to be installed for it to operate.
Plugin developers can now include a ‘Requires Plugins‘ section in the plugin header to specify which plugins must be installed and activated for their plugin to function.
Users will need to install and activate those specified plugins.
After activating all necessary plugins, users can enable the main plugin that relies on them.
The required plugins cannot be disabled until the plugin that depends on them is deactivated first.
Before the release of WordPress 6.5, users who installed and activated such a plugin would encounter an error page.
This error page lacked guidance on which plugins to install or instructions to return to the plugins page. This new feature greatly enhances the user experience.
Enhancements to the Block Editor
Most WordPress users dedicate their time to creating content, editing pages, and utilizing the block editor.
This is why each WordPress update includes important enhancements and new features aimed at improving the block editor.
WordPress 6.5 continues this trend, offering numerous upgrades to enhance the content editing experience for all users.
Drop Shadow Feature
WordPress 6.5 will introduce a drop shadow feature for additional blocks. Here are some blocks where users can apply the drop shadow effect.
- Images
- Columns and Column Layouts
- Buttons
Simply select the block and find the Border & Shadow option in the Style Panel.
Enhanced Overlay Color Selection for Cover Blocks
The cover block can now automatically select an overlay color that complements the background color of your chosen image.
Rename Any Block in the List View for Clarity
In WordPress 6.4, users could rename Group blocks in the list view for improved clarity about their contents.
With WordPress 6.5, users can now rename any block in the list view for better organization.
Access Block Settings with a Right Click in List View
Previously, you had to click on the three-dot menu next to a block to access its settings in the list view.
In WordPress 6.5, simply right-click on any block to quickly view its settings.
Improvements to Link Control Features
Link Control in WordPress 6.5 will use distinct icons to differentiate your blog and front-page links.
After adding a link or clicking on one, a context menu will appear.
This menu allows users to see the destination of the link, automatically retrieves the linked page title, and provides options to edit, unlink, or copy the link.
Updated Preferences Panel
WordPress 6.5 will feature an updated preferences panel.
The Appearance and Accessibility panels will now be displayed, and previous options have been better organized.
Updates to the Site Editor
The Site Editor allows users to modify their website, similar to the previous theme customizer.
This update includes numerous enhancements to the site editor.
Enhanced Capabilities for Synced Patterns
Synced patterns enable website owners to create reusable design elements for their sites.
With WordPress 6.5, users can now customize locked synced patterns for specific situations.
For example, a product review pattern where a user can modify the Pros and Cons while keeping the overall layout intact.
To try this feature, insert a synced pattern into a post and click the Edit Original button.
This action will launch the isolated pattern editing mode.
From this mode, select the block you wish to customize. Then, in the block settings, expand the Advanced panel and check the Allow Instance Overrides option.
This functionality enables the creation of synced patterns that can be adjusted based on their specific context.
Improvements to Data Viewing
WordPress 6.5 will offer an enhanced method for viewing your pages, patterns, and templates within the site editor.
Explore items in a visually appealing Grid view with large previews and various sorting options.
You can also access items in a convenient table view.
For example, you can view your page list and begin editing directly within the site editor without navigating away.
Enhanced Style Revisions
Previously, style revisions displayed a timeline that required browsing to identify changes.
With WordPress 6.5, style revisions will now provide clear descriptions of the changes made for each version.
Navigating between different revisions will be more seamless, and you can easily switch to a revision by clicking the Apply button.
You will also be able to see changes that have been made but not yet saved.
Introducing the Interactivity API
Another exciting addition to WordPress 6.5 is the Interactivity API.
This API offers a framework for developers to build modern front-end interfaces that eliminate the need for full page reloads.
This allows developers to create more interactive user experiences compared to traditional web pages.
Imagine reading comments on your favorite blog, and seeing a new comment appear while you are typing your reply. Or picture a live search feature that keeps your website running smoothly.
The project team has created a demo website to highlight its features.
Various Under-the-Hood Enhancements
The upcoming WordPress 6.5 release will include numerous changes aimed at developers, along with significant behind-the-scenes improvements. Let’s explore some of these updates:
- Performance Enhancements:The Block and Site Editors will load twice as fast, and input response times will be four times quicker compared to WordPress 6.4. (Details)
- A revamped library has been introduced to accelerate translation loading times. (Details)
- Classic themes can now incorporate support for appearance customization tools. (Details)
In total, the beta release features 681 enhancements and 488 bug fixes for the editor, including approximately 229 tickets for the WordPress 6.5 Core.
We hope this article has helped you uncover the new features in WordPress 6.5 and inspired you to try them out. We are particularly enthusiastic about the interactivity API and the previews of a future redesign for the admin interface.
As you delve into the intricacies of WordPress, you might also want to explore our guide on installing WordPress correctly and learn about common WordPress errors and their solutions.
If you enjoyed this article, consider subscribing to our YouTube channel for insightful WordPress video tutorials. You can also connect with us on Twitter and Facebook.



