Discover the Exciting New Features in WordPress 6.5: A Complete Guide with Screenshots!

WordPress 6.5 has arrived! This marks the first major update of 2024, and it brings exciting enhancements.

This update includes a wealth of new features, numerous bug fixes, and improvements designed to enhance your website management and content creation experience.

We will guide you through the key highlights of WordPress 6.5, complete with screenshots and detailed explanations to help you utilize these new features effectively.

Please Note:WordPress 6.5 is a significant release. If you are not using managed WordPress hosting, you will need to manually initiate the update. Refer to our guide on safely updating WordPress for comprehensive instructions.

Important Reminder:Be sure to create a full backup of your WordPress site before proceeding with the update.

Now, let’s explore the features you can expect in WordPress 6.5 after the update. Here’s a quick overview of the major features we will cover:

  • Introducing the New Font Library
  • Plugin Dependency Management
  • Enhancements to the Block Editor
  • Connect Blocks to Custom Fields
  • Smart Overlay Feature for the Cover Block
  • New Drop Shadow Effect
  • Block Settings Available in List View
  • Rename Blocks Directly in List View
  • Improved Link Control with NoFollow Checkbox
  • Updated Preferences Panel
  • Changes in the Site Editor
  • Enhanced Data Views
  • Refined Style Revisions
  • New Interactivity API
  • Key Updates in WordPress 6.5

Introducing the Font Library

The font library makes its official debut in WordPress 6.5, enabling users to manage, install, and utilize fonts directly within the WordPress editor.

You can manage the font library by opening the Site Editor (Appearance » Editor) and navigating to the ‘Styles’ panel. Then, click on ‘Typography’ to view the fonts currently available with your WordPress theme.

Next, click on the ‘Manage fonts’ button to access the library in a popup window.

From this interface, you can upload fonts from your computer or switch to the ‘Install Fonts’ tab to connect with the Google Fonts library.

Simply click the ‘Allow access to Google Fonts’ button, and you will be able to browse and install available fonts.

You can select any font, and once installed, it will be downloaded and served directly from your website, rather than from Google servers.

With the new font library feature, there’s no need to install a typography plugin to use custom fonts on your site.

Plugin Dependencies

Have you ever installed a WordPress plugin, faced difficulties, and discovered it requires another plugin to function properly?

WordPress 6.5 addresses this challenge for both end users and plugin developers.

Developers can now include a ‘Requires Plugins‘ section in the plugin header, specifying any additional plugins that must be installed and activated for their plugin to operate.

When users attempt to activate a plugin that relies on other plugins, they will receive an error message after installation.

On the Plugins page, users can easily see which plugins are necessary.

Users will need to install and activate these required plugins.

Once all the necessary plugins are activated, users can then activate the main plugin that depends on them.

Currently, this feature only supports plugins that are hosted on WordPress.org, meaning third-party or premium plugins hosted elsewhere cannot utilize this dependency management feature.

Enhancements to the Block Editor

The block editor serves as the default editing tool in WordPress, where you create and modify your content and pages.

Each WordPress update brings numerous enhancements and introduces new features to the editor.

WordPress 6.5 introduces exciting new features that can significantly enhance your workflow and save you valuable time.

Integrate Blocks with Custom Fields

Custom fields in WordPress enable you to add personalized metadata to your posts and pages. For further information, please refer to our glossary entry on custom fields.

Custom fields have been a staple for years, utilized by developers and experienced WordPress users in various innovative ways.

With the release of WordPress 6.5, a new Block Binding API is introduced, allowing users to incorporate custom fields and other dynamic data as attributes for individual blocks.

This feature also empowers developers to programmatically display dynamic data within standard core blocks. For a comprehensive overview of the Block Binding API, visit Make WordPress Core.

For those eager to explore, here’s a quick guide to get started.

Simply edit a WordPress post and add the following two custom fields:

  • mood
  • weather

Below is an example of how this should appear.

Next, in the block editor settings, switch to the code editor view.

You can do this by clicking the three-dot menu in the top right corner of the screen and selecting ‘Code Editor’.

In the content area, add the following code to a text field, such as a Paragraph block:

<!-- 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 -->

You can now save your changes and preview your post or page.

From this point, you will see the meta key values displayed in your block code.

Smart Overlay for the Cover Block

The Cover block in WordPress 6.5 features an exciting enhancement that automatically selects an overlay cover based on the image or color you choose for the block.

You can easily adjust the overlay opacity to fit your design.

Drop Shadow Effect

The drop shadow effect creates a sense of depth, making specific elements in your layout stand out.

With WordPress 6.5, the drop shadow effect is available for Image, Column(s), and Button blocks, and you can choose from various drop shadow styles to complement your design.

Block Settings in List View

The block editor’s list view provides an overview of your content layout, making it especially useful for long articles, landing pages, and intricate designs.

In the past, you needed to click the three-dot menu next to an item to access its settings in the list view. With WordPress 6.5, you can simply right-click to open block settings.

Rename Blocks in List View

With WordPress 6.5, you can now rename any block in the list view, allowing for better organization and clarity in your content layout.

The link control feature (insert link popup) has been significantly improved in WordPress 6.5 for a more intuitive user experience.

Firstly, it will display your blog and front pages with distinct icons.

Secondly, after adding a link, clicking on it will present a more informative context menu.

From this menu, you can view the link destination, edit the link, remove it, or copy it with a single click.

Click the edit link button and then expand the Advanced menu.

Now, you can easily set a link as nofollow in WordPress right out of the box.

Opening a link in a new window or setting it to nofollow now requires multiple clicks.

To simplify this process, we suggest using All in One SEO for WordPress, which displays all options in the custom link control panel immediately.

Updated Preferences Panel

WordPress 6.5 features an updated Preferences panel within the block editor.

Simply click the three-dot menu in the top-right corner of the screen and select ‘Preferences’.

The panel now includes sections for Appearance and Accessibility, along with improved organization of existing sections.

Changes in the Site Editor

The Full Site Editor allows users to modify their site, similar to the previous theme customizer.

Note:The Site Editor is only available for block themes that support full site editing. Older themes that lack this support are now referred to as classic themes.

WordPress 6.5 introduces several enhancements to the Site Editor. Let’s explore some of the key updates.

New Data Views

WordPress 6.5 offers an improved method for viewing your pages, block patterns, and templates within the Site Editor.

You can now view items in a Grid layout with large previews and sort them in various ways.

You can also view items in a table format.

For example, you can see your list of pages and start editing them directly within the Site Editor without navigating away.

Enhanced Style Revisions

Style revisions were first introduced in WordPress 6.3, enabling users to easily track and revert style changes to their site, similar to how post revisions work.

Previously, style revisions only displayed a timeline, requiring users to browse through it to identify the applied changes.

With WordPress 6.5, style revisions have improved, now providing a description of changes made for each revision.

Navigating between different revisions is now more seamless. You can switch to a revision effortlessly by clicking the ‘Apply’ button.

Additionally, you will be able to see changes that have been made but not yet saved.

New Interactivity API

WordPress 6.5 introduces the Interactivity API, offering a framework for developers to build modern front-end interfaces that operate without requiring full page reloads.

Imagine reading comments on your favorite blog, and a new comment appears while you’re typing your own response. Or consider a live search feature that enhances your website’s performance.

The project team has created a demo website to demonstrate the capabilities of the Interactivity API.

We anticipate that various WordPress plugins will soon leverage the API to create innovative features.

Key Updates in WordPress 6.5

This release introduces numerous enhancements behind the scenes to boost performance, resolve issues, and provide developers with additional capabilities.

Here are some highlights of these updates.

  • Performance Enhancements:The Block and Site Editors now load twice as fast, and input response times are four times quicker compared to WordPress 6.4. (Details)
  • A new library has been introduced to significantly speed up translation loading. (Details)
  • Classic themes can now integrate support for appearance tools. (Details)
  • The Block API now supports the viewScriptModule field in block.json metadata. (Details)
  • WordPress 6.5 enhances Block Hooks for broader usability and includes several highly requested new features. (Details)
  • Significant upgrades to the HTML API, including the Tag Processor, which can now analyze every token in an HTML document and supports more of the HTML specification than WordPress 6.4. (Details)

We hope this guide has helped you discover the exciting new features in WordPress 6.5. As you navigate through various sections of your WordPress site, consider optimizing your website’s speed and performance, as well as reviewing crucial security settings to ensure your site remains safe.

If you enjoyed this article, please subscribe to our YouTube Channel for helpful WordPress video tutorials. You can also connect with us on Twitter and Facebook.

Share This Post
DMCA.com Protection Status Chat on WhatsApp