WordPress 6.4 source of truth on a blue background in white writing.

Building off of both the public 6.2 Source of Truth and 6.3 Source of Truth, I’m offering up the next edition for WordPress 6.4, set to launch November 7th, 2023. This is an early look — come back on October 24th, 2023 if you want a confirmed finalized version. I like to share early and often both to find areas of improvement, get feedback, and put power in the hands of those involved in helping get the wider WordPress community up to speed on what’s coming. In particular, I’d recommend staying up to date on the dev notes as those will soon be coming out in line with RC1.

Feedback is welcomed for improvements for future versions as I consider how best to share this information. Keep in mind that this is not meant to replace dev notes or the release specific field guides which serve important roles and are separate efforts.

Big thank you to everyone who helped, whether through writing detailed PR descriptions or creating release related assets.

Important Note/Guidelines

This is a more public document so please be mindful of the fact that a wider audience than you might think can participate in what’s shared here 🙂 

Please do not copy and paste what is in this document since this is public. This should be used to inspire your own content and to ensure that you have the best information about this release. If you do copy and paste, keep in mind that others might do the same, opening the door for some awkwardness around duplicated content out on the web. 

  • If there are drastic changes, this document will be updated and it will be noted in a changelog.
  • Each item has been tagged using best guesses with different high level labels so that you can more readily see at a glance who is likely to be most impacted.
  • Each item has a high level description, visuals (if relevant), adoption strategy (if relevant), and key resources if you want to learn more.

Overview 

WordPress 6.4 is set to be released on November 7, 2023 and is being led by an underrepresented gender release squad. This release brings a sharp focus to enhancing items across the WordPress experience, from the details of writing a new post to managing patterns across your site. Amongst these efforts, new features have been added, namely lightbox functionality and a new default theme, along with gaps filled in current functionality with more design tools and workflow upgrades. Alongside these more visual changes, various more technical upgrades are also something to look forward to with the introduction of Block Hooks, the ability to configure your own fluid typography controls, and the option to turn off layout controls on a per block basis.

Table of Contents

  1. Overview 
    1. Important links:
    2. 6.4 assets:
  2. Tags
  3. Priority Items for 6.4
    1. Twenty Twenty-Four default theme
    2. Enable lightbox functionality for your images
    3. Upgraded tooling for smoother workflows
      1. Rename Group blocks for improved organization [site admin] [end user]
      2. See image and gallery thumbnails in List View for quick skimming
      3. Advancing the Command Palette
      4. Add categories to Patterns and add them anywhere with ease 
      5. Import/export patterns as JSON files
    4. Introducing Block Hooks [plugin author]
    5. Writing flow improvements
    6. Design tools
      1. Add aspect ratio to the Image block’s placeholder [theme author]
      2. Set specific styling for Button and Headings in Group and Columns blocks [theme author] [site admin]
      3. Add background images to Group blocks
      4. Keep alignment settings when creating synced patterns
      5. Add vertical text orientation support [end user] [theme author]
      6. Add buttons to the Navigation block
  4. Additional Items for 6.4
    1. General improvements and polish
    2. Turn off layout controls on a per block basis via theme.json [block theme] [site admin] 
    3. Query loop block: enhanced pagination with extra control [site admin] [end user]
    4. New Progress Bar Component [plugin author]
    5. Configure your own fluid typography min and max viewport width [theme author] 
    6. Add ability to prevent editing blocks using useBlockEditingMode() [plugin author]
    7. Use the ‘nofollow’ setting when adding links 
    8. Performance improvements
    9. Technical note on PHP 8 Compatibility 
  5. Pushed to 6.5
    1. Introducing the Table of Contents block
    2. Bring post formats to block themes
    3. Public Interactivity API 
    4. Introducing the Time to Read block
    5. Introducing the Scrolling Marquee Block 
    6. Revisions for templates and template parts
    7. Rollbacks (for failures) during automatic updates
    8. Improved pattern experience in non-block themesAdoption approach: N/A.
    9. Manage fonts with the Font Library & add your own collection

Of note, compared to more recent releases, this was a much shorter release cycle with only five Gutenberg versions making it into 6.4 compared to the usual 9-10. 

As the release cycle continues, please keep in mind that various dev notes will be shared on Make Core along with an overall Field Guide as is standard across each release cycle. These items are not yet ready at the time of initially publishing this in line with beta 1 but will be updated over time. 

6.4 assets:

To view all assets in this document, please review this drive folder

Tags

To make this document easier to navigate based on specific audiences, the following tags are used liberally: 

[end user]: end user focus. 

[theme author]: block or classic theme author. 

[plugin author]: plugin author, whether block or otherwise.

[site admin]: this includes a “builder” type. 

If no tags are listed, it’s because the impact is broad enough to impact everyone equally. 

Priority Items for 6.4

Twenty Twenty-Four default theme

Quoting the introduction post: 

“The idea behind Twenty Twenty-Four is to make a default theme that can be used on any type of site, with any topic. Because of that, and contrary to past years, it has no single topic. Instead, three use cases were explored: one more tailored for entrepreneurs and small businesses, one tailored for photographers and artists and one specifically tailored for writers and bloggers. In essence, it’s a collection of templates and patterns which, all combined, make up a theme. These patterns include different Home templates for different use cases such as an About page, project overviews, RSVPs, and landing pages.”

Visuals: quick view of TT4 homepage and adding pattern demo, swapping page templates including sidebar and no title demo. 

Adoption approach: opt in by activating it. 

Key Make Posts/GitHub/Trac Issue(s): Introducing Twenty Twenty-Four post

Enable lightbox functionality for your images

With a simple setting turned on, your images can now have added lightbox functionality, meaning when clicked on, they take over the full screen for easier and more immersive viewing. Currently, this can be enabled both globally for all images and on an image-by-image basis. 

Visuals: demo of enabling globally and then changing the option for individual images.

Adoption approach: opt-in via turning the option on individually or globally for Images.

Key Make Posts/GitHub/Trac Issue(s): tracking issue for adding this functionality (51132)

Upgraded tooling for smoother workflows

Rename Group blocks for improved organization [site admin] [end user]

As the Site Editor and what’s possible within continues to evolve, the tooling to organize and supercharge the experience needs to keep pace. The ability to rename Group blocks, a commonplace block in the site editing experience, is an effort to do exactly that. When renamed, the new name will appear in List View, allowing you to easily distinguish between different parts of your content. Rename (or don’t) as you’d like and as you see fit. Of note, this can be especially helpful with patterns that might use Group blocks!

Visuals: demo showing renaming and reverting rename.

Adoption approach: N/A

Key Make Posts/GitHub/Trac Issue(s): Rename Group blocks in the Editor via Modal (53735). 

When working with images in your content, whether in a new post or a template, it’s now easy to see at a glance where each image is directly in List View. The previews are shown for both Galleries and Image blocks, with plans for future releases to add additional previews to other image related blocks.

Visuals: demo showing both galleries and individual images. 

Adoption approach: N/A

Key Make Posts/GitHub/Trac Issue(s): List View: Add media previews to list view for gallery and image blocks

Advancing the Command Palette

The Command Palette has evolved in a few ways since its initial release in WordPress 6.3:

  • Refreshed design. 
  • New commands, including block-specific actions. See a full list here
  • Better contextuality when invoking the Command Palette.

For example, with the recent updates, you can take block-specific actions, like grouping and ungrouping, and trust that what’s visible as an option matches the actions available. Further, for the various reset, delete, and edit commands related to templates, the name of the template has been added to ensure you’re taking the actions you want on the exact item you want. 

Visuals: before and after design visual, demo of new commands.

Adoption approach: N/A

Key Make Posts/GitHub/Trac Issue(s): Core Editor Improvement: Commanding the Command Palette

Add categories to Patterns and add them anywhere with ease 

Patterns can now be organized with categories as part of the creation flow. Those categories are then available to sort by both in the overall Patterns section and the Insertion flow, simplifying the process of finding and adding patterns. In the Inserter specifically, a more advanced filtering option is available to better accommodate the more contained searching experience allowing you to sort by theme created vs user created patterns along with synced vs unsynced. 

If you need to edit any categories, you can do so in the sidebar settings when editing an individual pattern. To provide a more unified experience, all patterns, whether synced or unsynced, are listed in the same pattern section rather than having synced patterns separated out into their own tab. Finally, to ensure solid performance, pagination has been added when viewing patterns both in the Inserter and Patterns section of the Site Editor. 

Visuals: create new pattern and add category demo, import > filter > inserter pattern demo

Adoption approach: N/A

Key Make Posts/GitHub/Trac Issue(s): 

  • Patterns: add categories to user created patterns (53164).
  • Add synced patterns to the Patterns tab in the Inserter and add pagination (54007).  
  • Patterns: Add editing of pattern categories to site editor (54640).
  • Patterns: Add My patterns back to post editor inserter categories (54767).
  • De-emphasize pattern filters in Inserter (54681).

Import/export patterns as JSON files

To ensure prior compatibility with Reusable blocks, patterns can now be imported and exported as JSON files, allowing an easy pathway to move custom patterns across sites. 

Visuals: demo showing an export and import process.

Adoption approach: N/A

Key Make Posts/GitHub/Trac Issue(s): Patterns: allow import/export as JSON files (54337

Introducing Block Hooks [plugin author]

At the simplest level, Block Hooks is an API that allows a dynamic block to hook into the rendering of another block, enabling a block to render its content before or after another block. It’s also possible to hook into the rendering of a parent block and prepend or append the block to the list of child blocks. The key is the name of the block to hook into, and the value is the position to hook into.

Block Hooks, while a developer-centric tool, enables a better experience for the end user by automatically inserting a block into the specific location of a developer’s choosing and allowing for further customization. Ultimately, this feature aims to improve the extensibility of block themes through plugins. 

Note that the block that’s using this API will only be auto-inserted as long as the targeted template or template part has no modifications by the user. This is designed to ensure a user’s choice to discard an auto-inserted block is respected. This API can only apply to block patterns (not generated by the user), template parts, and templates loaded from the block theme files. Overall, this feature never changes the content created/modified by a user on a website.

Visuals: Adding a mini cart and like button demo

Adoption approach: opt in via __BlockHooks in the block.json file of your chosen dynamic block. You must specify the “anchor” block and the relative position (before, after, firstChild, or lastChild) for auto-insertion. Here’s an example:

“blockHooks”: {

    “core/comment-template”: “lastChild”

}

For more information, here are the block editor handbook instructions. Here’s an example of a simple plugin that uses this new API to add a like button.

Key Make Posts/GitHub/Trac Issue(s): 

  • Include Block Hooks in WordPress 6.4 (53987).
  • Block API: Stabilize Block Hooks feature (54293).
  • A developer news article is planned for during the 6.4 release cycle to provide up to date documentation.

Writing flow improvements

Writing in WordPress, whether the latest post or new page, needs to be seamless and enjoyable–the tooling should aid creativity rather than get in the way. Blocks with all of their variations, design tools, and transforms should make you feel empowered. To make sure of that, some extra effort was put into making the simple act of writing better with new keyboard shortcuts, improved pasting reliability, smoother list merging, and more:

Outside of these individual changes, there’s a new toolbar experience for the Navigation, List, and Quote blocks. Each of these blocks have built-in child blocks and rather than having the toolbars for each child block visible, they are now seamlessly attached to the overall parent blocks. This both helps prevent toolbars from blocking other pieces of content, like a different list item than the one selected and provides a more organized editing experience where you always know where your tooling options are. 

Visuals: 

Adoption approach: N/A

Key Make Posts/GitHub/Trac Issue(s): 

Design tools

Add aspect ratio to the Image block’s placeholder [theme author]

After adding aspect ratio controls to the Featured Image block in WordPress 6.3, these same controls have been added to the Image block’s placeholder, providing more control for wireframe style patterns that provide a layout for folks to then fill in. 

Visuals: demo of both setting an aspect ratio on the placeholder and using it within a wireframe pattern.

Adoption approach: N/A

Key Make Posts/GitHub/Trac Issue(s): Add aspect ratio to image placeholder (54216)

Set specific styling for Button and Headings in Group and Columns blocks [theme author] [site admin]

As part of a broader effort to have section specific theme.json, allowing for more fine tuned control over styling settings on a more granular level, Button and Heading element support has been added to both Group and Columns block. This starts down the path of larger section specific controlled styling by allowing you to define the styling for Buttons and Headings added within a Group or Columns block. 

Visuals: setting button styling for Group block demo

Adoption approach: N/A tools are baked in. 

Key Make Posts/GitHub/Trac Issue(s): Design Tools: Add block instance elements support for buttons and headings (53667), Columns: Adopt button and heading element colors (54104)

Add background images to Group blocks

Images are a powerful tool on any website for added flare and design optionality. To further how images can be used, background image support has been added to Group blocks, making this already powerful block even more so. 

Visuals: demo of adding a grouping, a Heading block, and adding a background image

Adoption approach: N/A

Key Make Posts/GitHub/Trac Issue(s): Add background image support to Group block (53934)

Keep alignment settings when creating synced patterns

An important bug has been addressed–when creating a synced pattern with wide, full, left, or right-aligned blocks, those layout and alignment settings will now be preserved. Previously, upon conversion to a Pattern, a full-width pattern would suddenly lose its width setting. This helps provide smooth editing and pattern creation. 

Visuals: demo of a synced pattern creation with full-width preserved 

Adoption approach: N/A

Key Make Posts/GitHub/Trac Issue(s): Patterns: Apply layout and alignment to synced patterns in the editor (54416)

Add vertical text orientation support [end user] [theme author]

Themes can now opt into a Text Orientation feature (available via a block’s Typography settings panel) that allows text to be written vertically. This new feature is part of a larger effort to add full support of both vertically written languages and to add more decorative design options. 

Visuals: image.

Adoption approach: must opt in with a theme using theme.json by adding in theme.json under settings > typography writingMode: true.From there, you need to add support for specific blocks. For example, to add support for the Paragraph block, you would go to Styles > Blocks > and add the following: 

“core/paragraph”: {

“typography”: {

“writingMode”: “vertical-rl”

}

}

Key Make Posts/GitHub/Trac Issue(s): Add Typography: text orientation (50822), 

Add buttons to the Navigation block

The common design pattern of having buttons in one’s navigation is now possible without any custom CSS or other workarounds, as buttons are now listed as part of allowed blocks in the Navigation block. This helps address some long standing limitations of the navigation block, particularly when it comes to more complex menus or mega menus.  

Visuals: demo of adding a button to a menu.

Adoption approach: N/A

Key Make Posts/GitHub/Trac Issue(s): Navigation block: add buttons to list of allowed blocks (53966)

Additional Items for 6.4

General improvements and polish

Improvements across the WordPress experience continue to land in each release. While each of the items below aren’t enough to highlight alone, taken together they represent a step forward in the overall refinement of blocks, the Site Editor, and Block Editor as a whole:

Blocks:

  • Preformatted: add margin and padding support. (45196)
  • Social Links: add Threads Icon. (52685)
  • Social links: add X icon (54092).
  • Verse: enable line breaks. (52928)
  • Details:  add block gap support. (53282)
  • File: add margin and padding support. (45107)
  • Column: add stretch alignment (53325).
  • Image: keep image size upon replacing an image (49982).
  • Buttons: allow using a button element for button blocks (54206) .
  • Post Content: add block gap support (54282).
  • Post Content: add color control support (51326).
  • Footnotes: Add link, background, and text color support (52897).
  • Footnotes: Add typography, dimensions, and border block supports (53044).

Site Editor focused:

  • Patterns: add a sticky header and pagination to make browsing patterns more user friendly (52663).
  • Site Editor: add ability to switch templates when working on a page (51477).
  • Template parts: add more details to the template part panel (52476).
  • Remove “post” from block titles, simplifying each block name (53492).
  • Global Styles: Introduced a reset to default global styles revision (52965) and reduced the visibility check from two to one revision (53281).
  • Update the confirmation notice when applying a style revision over unsaved changes for consistency with other confirmation notices (52972).
  • Global Styles: Update Block specific CSS label to include additional instructions (49626).
  • Theme Previews: Make the back button customizable. (54242)
  • Top Toolbar/Post Editor: Make order of pinned items consistent with the Site Editor (53908).

Media: Add a MIME type exception for .docx generated by Google Docs (trac 57898).

Visuals: sticky header and pagination for patterns video,

Adoption approach:

Key Make Posts/GitHub/Trac Issue(s): Add Typography: text orientation (50822)

Turn off layout controls on a per block basis via theme.json [block theme] [site admin] 

Layout controls can now be disabled on a per block basis as part of additional efforts to curate the editing experience. To disable from theme.json the required property is allowEditing: false. This property can be added in settings.layout to disable the controls for all blocks, or in settings.blocks.[block name] to disable for specific blocks.

Visuals: N/A

Adoption approach: opt out via theme.json. For example with the Buttons block:

“settings”: {

    “blocks”: {

        “core/buttons”: {

            “layout”: false

        {

    { 

{

Key Make Posts/GitHub/Trac Issue(s): Allow layout controls to be disabled per block from theme.json. (53378)

Query loop block: enhanced pagination with extra control [site admin] [end user]

Query loop block: enhanced pagination with extra control [site admin] [end user]

Gone are the days of needing a page refresh when switching between different pages in a Query Loop block thanks to a new option you can toggle on/off as you’d like. This enhanced pagination is powered by a private version of the Interactivity API and provides a slick browsing experience. Compatibility is considered and if blocks that won’t work with this new experience are added to the Query Loop, enhanced pagination will automatically be disabled with a warning for users to be aware. To enable, simply disable the “Force page reload” setting to prevent full page reloads and take advantage of this new feature. 

For added control, the ability to set the number of pages in the Query Page Numbers block has been added as well. 

Visuals: Turning on enhanced pagination demo, YouTube video explaining improved pagination feature in an earlier state. 

Adoption approach:Key Make Posts/GitHub/Trac Issue(s): Query block: Client-side pagination (53812), make mid size parameter settable for Query Pagination block. (#51216), Query block: Start prefetching on first click to next/previous. (54781)

New Progress Bar Component [plugin author]

A new, horizontal ProgressBar component is available for use and can be seen when loading the Site Editor. 

Visuals: progress bar in the Site Editor demo

Adoption approach: opt in 

Key Make Posts/GitHub/Trac Issue(s): Use progress bar in the Site Editor (53032), Components: introduce a basic ProgressBar component (53030).

Configure your own fluid typography min and max viewport width [theme author] 

After fluid typography was introduced in WordPress 6.1, extenders expressed wanting more control over the inner workings of this feature. To provide that, you can now set your own min and max viewport width values to the  typography.fluid theme.json schema. For context, the min and max viewport widths define the boundaries for when font size clamp values will stop being “fluid”. For example, consider the following theme.json settings:

“typography”: {

“fluid”: {

“maxViewportWidth”: “800px”,

“minViewportWidth”: “600px”

},

                  }

In this example, between the browser widths of 600px and 800px a font size will be fluid. If the browser width is narrower or wider, the font size will no longer shrink or grow.

Adoption approach: opt in by setting your own default sizes. 

Key Make Posts/GitHub/Trac Issue(s):  Fluid Typography: Added ability for theme developers to configure their own default min and max viewport widths for calculating fluid font sizes (53081)

Add ability to prevent editing blocks using useBlockEditingMode() [plugin author]

A previously private API used to power the page editing experience in the Site Editor is now public after requests for use from extenders. At the simplest, this new API lets you restrict the editing UI of a block and its children, including letting you disable the entire editor except for certain blocks. A new hook is available called useBlockEditingMode( clientId, mode ):

function PostTitleEdit( { clientId } ) {

useBlockEditingMode( clientId, ‘disabled’ );

return (

);

}

A block can call this in its edit function with the mode set to one of the three options:

  • ‘disabled’ – This prevents editing the block entirely. The block cannot be selected or interacted with. It uses the same pointer-events: disabled mechanism that is used when templateLock is set to ‘contentOnly’.
  • ‘contentOnly’ – This allows editing the block but removes most UI shown in the block toolbar so that only content related buttons (e.g. formatting) are shown. The block cannot be moved, deleted, etc. It’s similar to the treatment received by a content block when templateLock is set to ‘contentOnly’.
  • ‘default’ – Default. Block is fully editable, moveable, removable, etc.

Adoption approach: opt in via using useBlockEditingMode()

Key Make Posts/GitHub/Trac Issue(s): make useBlockEditingMode() public (52094)

The ability to set a link as “nofollow” has been added to the available link control options for built in support of a standard practice for more advanced SEO efforts that’s recommended by major search providers as a way of qualifying outbound links.

Visuals: screenshot of the new option.

Adoption approach: N/A

Key Make Posts/GitHub/Trac Issue(s): add ‘nofollow’ setting to inline links (53945)

Performance improvements

Overall, 6.4 includes various performance-related updates across a wide range of focuses, some big and some small. Noteworthy call outs include: improvements to template loading performance for Block Themes and Classic Themes, usage of the new script loading strategies “defer” and “async” in core, blocks, and themes, additional enhancements to optimize image loading performance, and new functions to optimize the use of autoloaded options. Here are a few more to dig into: 

  • Bundled Theme: Implement the_header_image_tag function for enhanced compatibility for older core themes (58675)
  • Bundled Theme: Add missing dimension attributes to images in Twenty Twenty-Two patterns (59256).
  • Bundled Theme: Incorporate script loading strategies in bundled themes (59316).
  • Comments: Delay loading comment-reply script with async loading strategy (58870).
  • Editor: Introduce get_block_asset_url Utility Function (58525).
  • General: Update wp_register_script() calls in core to use new function signature (58634). 
  • Media: Enhance wp_get_loading_optimization_attributes() to support arbitrary context values (58894).
  • Media: Introduce filters to customize the results from wp_get_loading_optimization_attributes() (58893).
  • Options, Meta APIs: Introduce prime_options() to load multiple options with a single database request (58962).
  • Options, Meta APIs: Introduce wp_set_option_autoload_values() (58964).
  • Options, Meta APIs: Optimize get_option by relocating notoptions cache lookup (58277).
  • Plugins: Move the load of `array_keys` to a different level in the `WP_Hook` class (58458).
  • Posts, Post Types: Avoid unnecessarily parsing blocks twice in wp_trim_excerpt(). (58682).
  • Query: Use split queries in WP_Query if persistent object caching is enabled (57296).
  • REST API: Avoid unnecessarily preparing item links REST API index (57902).
  • Taxonomy: Introduce ‘cache_results’ parameter to WP_Term_Query for bypassing query caching (52710).
  • Themes: Remove unnecessary check if file exists in the theme functions (59279). 
  • Themes: Improve performance of get_block_theme_folders function (58319)

For a full list from trac, please view this trac query.

Key Make Posts/GitHub/Trac Issue(s): Improvements to Template Loading in WordPress 6.4, Improvements to Object Caching in WordPress 6.4.

Technical note on PHP 8 Compatibility 

This is a more technical note and intentional call out that WordPress 6.3 was compatible with exceptions with PHP 8.0 and 8.1, meaning the “beta support” label is removed. As a result, the same applies for WordPress 6.4. For more information, please review the Server Environment recommendations from the Hosting handbook.

Changes to attachment pages

“As of WordPress 6.4, attachment pages for new WordPress installations are fully disabled. Until WordPress 6.4 was released, WordPress created attachment pages by default for every attachment uploaded. On the vast majority of sites, these attachment pages don’t add any meaningful information. They do, however, exist, get indexed by search engines, and sometimes even rank in search results, leading to bad results for users and site owners.”

Key Make Posts/GitHub/Trac Issue(s): For more information, please review this dev note.

Updates to user interface components [plugin author]

Various changes were made to the @wordpress/components package for the WordPress 6.4 release. At a high level, this includes the following:

  • Making Popover.Slot optional as part of a developer experience improvement for building block editors with Gutenberg as a framework.
  • Rewriting Tooltip and TabPanel to leverage third-party, headless libraries. 
  • New props for the Modal component. 
  • Improving size consistency for UI components.
  • More granular control of decimal places on NumberControl-based components.
  • Rendering CircularOptionPicker as a listbox by default.
  • Adding an option for FormTokenField to create a new token when losing focus.
  • Controlling open/closed state of Dropdown and DropdownMenu.

Key Make Posts/GitHub/Trac Issue(s): For more information, please review this dev note. 

Pushed to 6.5

These are the items that didn’t make it in the 6.4 release but that folks might have seen originally slated for inclusion.

Introducing the Table of Contents block

As the name suggests, the Table of Contents block automatically creates a table of contents generated based on headings on your post or page with an option to convert it to a static list. 

Visuals: video demo

Adoption approach: N/A

Key Make Posts/GitHub/Trac Issue(s): Stabilize the table of contents block (42229)

Bring post formats to block themes

Key Make Posts/GitHub/Trac Issue(s): bring post formats to block themes (53049)

Public Interactivity API 

Create @wordpress/interactivity with the Interactivity API was merged ahead of 6.3 but is not available for broader public use for 6.4.

Introducing the Time to Read block

A simple new block that takes the time to read metric already available in the editor interface and allows you to add it to your content, showing visitors how long a post will take to read. 

Visuals: image

Key Make Posts/GitHub/Trac Issue(s): Add post time to read block (43403)

Introducing the Scrolling Marquee Block 

Key Make Posts/GitHub/Trac Issue(s): Add scrolling marquee block (41730)

Revisions for templates and template parts

Key Make Posts/GitHub/Trac Issue(s): https://core.trac.wordpress.org/ticket/57704 

Rollbacks (for failures) during automatic updates

Key Make Posts/GitHub/Trac Issue(s): https://core.trac.wordpress.org/ticket/58281#comment:23

Improved pattern experience in non-block themesAdoption approach: N/A.

Key Make Posts/GitHub/Trac Issue(s): Expose the Patterns menu to the Classic theme (5201) and trac ticket #58827.

Manage fonts with the Font Library & add your own collection

Key Make Posts/GitHub/Trac Issue(s): Font Library. Stage 1: Manage fonts and Local fonts upload, Font Library. Stage 2: Fonts Library extensions, Font Library

8 responses

  1. […] are not a developer but still want to catch up what will be in WordPress 6.4 the secret tool is the Source of Truth WordPress 6.4 post by Anne McCarthy. It takes a deep dive into all the nooks and grannies of the new version, in […]

  2. […] are not a developer but still want to catch up what will be in WordPress 6.4 the secret tool is the Source of Truth WordPress 6.4 post by Anne McCarthy. It takes a deep dive into all the nooks and grannies of the new version, in […]

  3. […] – En el momento de editar este vídeo ya tenemos disponible WordPress 6.4 beta 4. En este artículo podrás encontrar toda la información sobre esta versión, que es la fuente autorizada de la […]

  4. […] duties attributable to her function within the FSE Outreach Program and her advert hoc effort to do the supply of fact for the […]

  5. […] on a broad scope of tasks due to her role in the FSE Outreach Program and her ad hoc effort to do the source of truth for the […]

  6. […] off of both the public 6.2 Source of Truth, 6.3 Source of Truth, and 6.4 Source of Truth, I’m offering up the next edition for WordPress 6.5, set to launch March 26th, […]

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More details

Expect to read about travel, mental health, community, WordPress, surrogacy, and more.