{"id":7681,"date":"2022-05-25T10:00:55","date_gmt":"2022-05-25T10:00:55","guid":{"rendered":"https:\/\/www.fastcomet.com\/blog\/?p=7681"},"modified":"2022-10-17T06:30:12","modified_gmt":"2022-10-17T06:30:12","slug":"wordpress-6-0","status":"publish","type":"post","link":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0","title":{"rendered":"WordPress 6.0 \u2013 Overflowing with Significant Features and Improvements"},"content":{"rendered":"\n<p class=\"has-drop-cap\">WordPress 6.0 is here, as always, right on schedule \u2014 May 24th, 2022. The name is \u201cArturo\u201d after Latin jazz musician and director Arturo O\u2019Farrill, who has 15 albums to his credit. In addition to the incredible number of amazing features and improvements, WordPress 6.0 continues the Full Site Editing journey. WordPress 6.0 intends to consolidate the customization features previously accessible, as <a href=\"https:\/\/www.fastcomet.com\/blog\/wordpress-5-9\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 5.9<\/a> brought us to the heart of Gutenberg Phase 2.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>However, the new edition is more than that. The release of the site editor was a major milestone, but only the first step in the road, as Matias Ventura pointed out in the <a href=\"https:\/\/make.wordpress.org\/core\/2022\/01\/26\/preliminary-roadmap-for-6-0\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Preliminary Roadmap for WordPress 6.0<\/a>.<\/p>\n\n\n\n<p class=\"h4\"><strong>Table of Contents:<\/strong><\/p>\n\n\n\n<ul class=\"nav-list\">\n\t<li><a href=\"#h-backup-before-updating\">Backup Before Updating<\/a><\/li>\n\t<li><a href=\"#h-wordpress-6-0-new-features\">WordPress 6.0 New Features<\/a><\/li>\n<ul>\n\t<li><a href=\"#h-webfonts-api\">Webfonts API<\/a><\/li>\n\t<li><a href=\"#h-global-styles-switching\">Global Styles Switching<\/a><\/li>\n\t<li><a href=\"#h-block-patterns-all-around\">Block Patterns All Around<\/a><\/li>\n\t<li><a href=\"#h-site-editing-features\">Site Editing Features<\/a><\/li>\n\t<li><a href=\"#h-interface-and-usability-improvements\">Interface and Usability Improvements<\/a><\/li>\n\t<li><a href=\"#h-new-core-blocks\">New Core Blocks<\/a><\/li>\n\t<li><a href=\"#h-improvements-to-existing-blocks\">Improvements to Existing Blocks<\/a><\/li>\n<\/ul>\n\t<li><a href=\"#h-how-to-update-to-wordpress-6-0\">How to Update to WordPress 6.0<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"h3 wp-block-heading\" id=\"h-backup-before-updating\">Backup Before Updating<\/h2>\n\n\n\n<p>WordPress 6.0 has a lot of new features. Before updating your live website, we recommend that you make a backup and test the new version in a staging environment. Include the following in your backup:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Plugins;<\/li><li>Themes;<\/li><li>Media library;<\/li><li>WordPress files;<\/li><li>WordPress database.<\/li><\/ul>\n\n\n\n<p>You get free <a href=\"https:\/\/www.fastcomet.com\/blog\/backup-just-got-even-better\" target=\"_blank\" rel=\"noreferrer noopener\">daily backups<\/a> with FastComet. You can also use a backup plugin like <a href=\"https:\/\/ithemes.com\/backupbuddy\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">BackupBuddy<\/a> for WordPress. The plugin can manage both manual and automatic backups of your WordPress site.<\/p>\n\n\n\n<h2 class=\"h3 wp-block-heading\" id=\"h-wordpress-6-0-new-features\">WordPress 6.0 New Features<\/h2>\n\n\n\n<p>We get significant improvements in numerous areas of the CMS with WordPress 6.0, from usability to performance, including the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Alternative Global Styles A new Navigation UI A new Browse Mode for the site editor;<\/li><li>Improved information architecture and browsing experience for templates;<\/li><li>Template creation has improved;<\/li><li>Improved Navigation Block;<\/li><li>New design software.<\/li><\/ul>\n\n\n\n<p>But wait, there&#8217;s more. WordPress 6.0 also includes a large number of updates, features, and bug fixes, including over 400 editor upgrades and 500 bug fixes. Over 189 tickets have been resolved, with 91 new features and enhancements added.<\/p>\n\n\n\n<p>Yes, there&#8217;s a lot to go over. So, without further ado, let&#8217;s see what&#8217;s new in WordPress 6.0.<\/p>\n\n\n\n<h3 class=\"h4 wp-block-heading\" id=\"h-webfonts-api\">Webfonts API<\/h3>\n\n\n\n<p>A new <a href=\"https:\/\/make.wordpress.org\/core\/2022\/03\/16\/whats-new-in-gutenberg-12-8-16-march\/#highlight-1\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Webfonts API<\/a> ensures efficiency and user privacy by providing a standardized way to load webfonts into WordPress.<\/p>\n\n\n\n<p>You can only register a new webfont via your theme.json <a href=\"https:\/\/make.wordpress.org\/core\/2022\/04\/22\/status-of-webfonts-api-for-wordpress-6-0-inclusion\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">as of WordPress 6.0<\/a>.<\/p>\n\n\n\n<p>It&#8217;s simple to use the theme.json file. It&#8217;s as simple as adding a new font family to the typography section. Webfont registration is demonstrated in the following code:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"typography\": {\n\t\"fontFamilies\": &#91;\n\t\t{\n\t\t\t\"fontFamily\": \"-apple-system,BlinkMacSystemFont,\\\"Segoe UI\\\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\\\"Helvetica Neue\\\",sans-serif\",\n\t\t\t\"name\": \"System Font\",\n\t\t\t\"slug\": \"system-font\"\n\t\t},\n\t\t{\n\t\t\t\"fontFamily\": \"\\\"Source Serif Pro\\\", serif\",\n\t\t\t\"name\": \"Source Serif Pro\",\n\t\t\t\"slug\": \"source-serif-pro\"\n\t\t},\n\t\t{\n\t\t\t\"fontFamily\": \"\\\"Inter\\\", sans-serif\",\n\t\t\t\"name\": \"Inter\",\n\t\t\t\"slug\": \"inter\",\n\t\t\t\"fontFace\": &#91;\n\t\t\t\t{\n\t\t\t\t\t\"fontFamily\": \"Inter\",\n\t\t\t\t\t\"fontWeight\": \"200 900\",\n\t\t\t\t\t\"fontStyle\": \"normal\",\n\t\t\t\t\t\"fontStretch\": \"normal\",\n\t\t\t\t\t\"src\": &#91; \"file:.\/assets\/fonts\/inter\/Inter.ttf\" ]\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}<\/code><\/pre>\n\n\n\n<p>The code above introduced the <a href=\"https:\/\/fonts.google.com\/specimen\/Inter\" target=\"_blank\" rel=\"noreferrer noopener\">Inter webfont<\/a> to Twenty Twenty-default Two&#8217;s collection of <code>fontFamilies<\/code>. If you want to try it out for yourself, download the Inter webfont from Google Fonts and place it in the <code>.\/assets\/fonts<\/code> folder, then paste the code above to the <code>settings.typography<\/code> section of Twenty Twenty-Two\u2019s <code>theme.json<\/code>. Save the file and return to the site editing area when you&#8217;re finished.<\/p>\n\n\n\n<p>The following image shows the result in the editor:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"668\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/inter-font-wp-6.png\" alt=\"Inter Font WordPress 6.0\" class=\"wp-image-7694\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/inter-font-wp-6.png 1024w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/inter-font-wp-6-300x196.png 300w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/inter-font-wp-6-768x501.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The Webfont API only registers fonts that are required to render blocks on the current page and that\u2019s particularly useful with webfonts <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/39886\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">defined in style variations<\/a>. In addition, the API optimizes the number of HTTP requests by <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/39559\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">registering and enqueueing fonts by font family<\/a>.<\/p>\n\n\n\n<p>You can read more about the new API in the <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/37140\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Webfonts API<\/a> pull request and in <a href=\"https:\/\/make.wordpress.org\/core\/2022\/04\/22\/status-of-webfonts-api-for-wordpress-6-0-inclusion\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Status of Webfonts API for WordPress 6.0 Inclusion<\/a>.<\/p>\n\n\n\n<h3 class=\"h4 wp-block-heading\" id=\"h-global-styles-switching\">Global Styles Switching<\/h3>\n\n\n\n<p><a href=\"https:\/\/make.wordpress.org\/core\/2022\/03\/03\/core-editor-improvement-choose-your-style\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Global styles variations<\/a> are one of the most eagerly anticipated improvements of WordPress 6.0. Theme writers can now incorporate numerous sets of Global Styles with their themes, allowing users to quickly switch between style variations.<\/p>\n\n\n\n<p>It&#8217;s similar to having ready-to-use child themes, each with its own set of styles.<\/p>\n\n\n\n<p>You&#8217;ll place an alternate JSON file in a styles folder in your theme&#8217;s root to provide a style variation to your block theme.<\/p>\n\n\n\n<p>A new Browse styles option appears in the Global Styles sidebar in themes that enable Global Styles variations. This opens a panel with a list of possible styles for theme users.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"974\" height=\"757\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/browse-styles-wp6.png\" alt=\"Global Styles WordPress 6.0\" class=\"wp-image-7695\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/browse-styles-wp6.png 974w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/browse-styles-wp6-300x233.png 300w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/browse-styles-wp6-768x597.png 768w\" sizes=\"auto, (max-width: 974px) 100vw, 974px\" \/><\/figure>\n\n\n\n<p>Select a Global Style from the drop-down menu, and the styling will be applied to your entire website.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"366\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/pick-a-global-style.png\" alt=\"Select a Global Style WordPress 6.0\" class=\"wp-image-7696\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/pick-a-global-style.png 1024w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/pick-a-global-style-300x107.png 300w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/pick-a-global-style-768x275.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The new functionality enables theme designers to generate an endless number of style variations and works in tandem with the new Webfonts API.<\/p>\n\n\n\n<p>Add a styles folder to the root of your block theme, create a new JSON file with a relevant name, open it in your favorite code editor, and add code to it, which you can find <a href=\"https:\/\/github.com\/WordPress\/wordpress-develop\/pull\/2440\/commits\/816ba4c125542535ce65db9d7198a3e9f43bed5b\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">on GitHub<\/a> and <a href=\"https:\/\/gist.github.com\/kjellr\/1307387f8d97e84662c4b07af873a896\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">gist<\/a>. Developers will find in-depth overviews of Global Styles and Theme.json in <a href=\"https:\/\/developer.wordpress.org\/block-editor\/how-to-guides\/themes\/theme-json\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Global Settings &amp; Styles<\/a> and <a href=\"https:\/\/developer.wordpress.org\/themes\/advanced-topics\/theme-json\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Theme.json<\/a> documentation articles.<\/p>\n\n\n\n<p>The most recent version of Twenty Twenty-Two now includes <a href=\"https:\/\/core.trac.wordpress.org\/ticket\/55433\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">three new style variations<\/a>.<\/p>\n\n\n\n<h3 class=\"h4 wp-block-heading\" id=\"h-block-patterns-all-around\">Block Patterns All Around<\/h3>\n\n\n\n<p>Block patterns are unquestionably important in the current stage of WordPress development. Block patterns were first introduced with <a href=\"https:\/\/www.fastcomet.com\/blog\/wordpress-5-5\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 5.5<\/a> and have been developed over time.<\/p>\n\n\n\n<p>Additionally, starting with WordPress 5.9, patterns from the <a href=\"https:\/\/wordpress.org\/patterns\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Patterns directory<\/a> were dynamically retrieved from the Patterns Directory and loaded in the block inserter, allowing us to use them in our WordPress websites.<\/p>\n\n\n\n<p>Thanks to a completely new online tool, anyone can now become a pattern developer. You can use the <a href=\"https:\/\/wordpress.org\/news\/2022\/03\/get-creative-with-the-all-new-pattern-creator\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Pattern Creator<\/a> to create, change, and submit your favorite block patterns to the Pattern Directory. All you need is a WordPress.org account to get started.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"656\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/pattern-creator-wp6.png\" alt=\"Pattern Creator WordPress 6.0\" class=\"wp-image-7697\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/pattern-creator-wp6.png 1024w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/pattern-creator-wp6-300x192.png 300w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/pattern-creator-wp6-768x492.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>WordPress 6.0 also introduces further improvements to block patterns.<\/p>\n\n\n\n<p>First, <a href=\"https:\/\/make.wordpress.org\/core\/2022\/03\/02\/whats-new-in-gutenberg-12-7-2-march\/#improving-the-patterns-experience\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">block patterns are easier to find<\/a> in template editing. Now <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/issues\/36697\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">the quick inserter only shows block patterns<\/a> when you access it at the top level of a template, i.e. when the block you\u2019re going to add to your template is the direct descendant of the document.<\/p>\n\n\n\n<p>That\u2019s when the following conditions meet:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>You are editing a block template;<\/li><li>The quick inserter is at the root level;<\/li><li>You\u2019re adding a block between other blocks (i.e. neither the first nor the latest block on the page)<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"463\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/block-patterns-wp6.jpg\" alt=\"Block Patterns WP 6.0\" class=\"wp-image-7698\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/block-patterns-wp6.jpg 1024w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/block-patterns-wp6-300x136.jpg 300w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/block-patterns-wp6-768x347.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Another important feature is that theme designers can now <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/blob\/trunk\/docs\/how-to-guides\/themes\/theme-json.md#patterns\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">add recommended patterns<\/a> in their <code>theme.json<\/code>. To give it a shot, look through the Patterns directory for the patterns you&#8217;d like to recommend to your theme&#8217;s users, then copy the pattern slug from the URL and paste it into your <code>theme.json<\/code> as follows:<\/p>\n\n\n\n<pre>\"patterns\": <br>         [\"image-with-angled-overlay-shape-call-to-action-button-and-description\",<br>         \"hero-section-with-overlap-image\"<br>],<\/pre>\n\n\n\n<p>Users will be able to find your recommended patterns in the block inserter.<\/p>\n\n\n\n<p>The <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/36751\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">implicit pattern registration<\/a> function in WordPress 6.0 is a strong pattern-related feature. Themes can now register patterns implicitly by declaring them as PHP files in a new <code>\/patterns<\/code> directory at the theme&#8217;s root.<\/p>\n\n\n\n<p>The process is pretty straightforward:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>create a new patterns folder in your theme\u2019s root;<\/li><li>build a block group in the block editor;<\/li><li>copy and paste your HTML into a new text file;<\/li><li>prepend the following heading;<\/li><li>save the file as PHP in your patterns folder.<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n\/**\n * Title: My pattern\n * Slug: my-theme\/my-pattern\n * Categories: text\n *\/\n?&gt;<\/code><\/pre>\n\n\n\n<p>That\u2019s it. You now have a new block pattern to show up in the block inserter.<\/p>\n\n\n\n<p>For a more comprehensive overview of the block pattern development, you can follow the <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/issues\/31153\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Tracking Issue on GitHub<\/a>.<\/p>\n\n\n\n<h3 class=\"h4 wp-block-heading\" id=\"h-site-editing-features\">Site Editing Features<\/h3>\n\n\n\n<p>The evolution of full site editing has not stopped with WordPress 5.9. WordPress 6.0 takes things a step further by adding more template options for block themes and increasing visual theme-building functionality. Additional features are coming soon.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-visual-theme-building\">Visual Theme Building<\/h4>\n\n\n\n<p>WordPress 6.0 has a new <a href=\"https:\/\/make.wordpress.org\/core\/2022\/05\/02\/theme-export-in-wordpress-6-0\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">improved block theme export tool<\/a> that allows you to <a href=\"https:\/\/make.wordpress.org\/core\/2022\/03\/30\/whats-new-in-gutenberg-12-9-30-march\/#highlight-4\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">download the current theme<\/a> along with all of your changes and adjustments.<\/p>\n\n\n\n<p>If you haven&#8217;t already done so, the block theme export tool is a powerful site editing tool that allows you to export your styles and templates as <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/39202\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">a whole theme<\/a>.<\/p>\n\n\n\n<p>When you&#8217;re satisfied with your adjustments, navigate to the Tools area of the Options sidebar in the site editor&#8217;s interface. An Export button allows you to download the current theme in a zip file together with all of your style and template adjustments.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"506\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/export-theme-wp6.jpg\" alt=\"Visual Theme Building WordPress 6.0\" class=\"wp-image-7699\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/export-theme-wp6.jpg 1024w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/export-theme-wp6-300x148.jpg 300w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/export-theme-wp6-768x380.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p>You can then export your theme and install it on any WordPress website.<\/p>\n\n\n\n<p>We tested the improved theme export tool on a local WordPress installation and found that almost everything works as expected.<\/p>\n\n\n\n<p>Anyway, the export tool is still under development, and today we can only glimpse its tremendous potential. Think about the possibility to create your themes from the editing interface of your website and distribute them on an arbitrary number of installations. And that\u2019s whether or not you\u2019re a developer.<\/p>\n\n\n\n<p>There are still a lot of difficulties to be resolved, so we expect to see some improvements shortly. If you&#8217;re fascinated by Visual Theme Building, you may check the <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/issues\/39189\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Tracking Issue on GitHub<\/a>.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-additional-template-options-in-block-themes\">Additional Template Options in Block Themes<\/h4>\n\n\n\n<p>We have a limited amount of template types accessible in prior WordPress versions.<\/p>\n\n\n\n<p>Now, WordPress 6.0 introduces <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/39353\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">several new template types<\/a>, including Author, Category, Date, Tag, and Taxonomy.<\/p>\n\n\n\n<p>This update should make it easier to edit your site. To give it a shot, simply select a new template from the drop-down menu, add the relevant blocks, save your modifications, and inspect the front end. Yes, it&#8217;s that simple. Consider this in conjunction with the previously announced theme export feature, and you&#8217;ll have a better idea of <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/issues\/37407\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">what we may expect<\/a> with site editing in the near future.<\/p>\n\n\n\n<h3 class=\"h4 wp-block-heading\" id=\"h-interface-and-usability-improvements\">Interface and Usability Improvements<\/h3>\n\n\n\n<p>WordPress 6.0 offers a number of UI changes, many of which are aimed towards improving sidebar organization. These modifications should have a significant influence on the overall editing experience. We&#8217;ll simply discuss a few of them here, but you can see a more full list of changes in the Gutenberg release notes (see Gutenberg&nbsp;<a href=\"https:\/\/make.wordpress.org\/core\/2022\/01\/19\/whats-new-in-gutenberg-12-4-19-january\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">12.4<\/a>,&nbsp;<a href=\"https:\/\/make.wordpress.org\/core\/2022\/02\/03\/whats-new-in-gutenberg-12-5-february-2nd\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">12.5<\/a>,&nbsp;<a href=\"https:\/\/make.wordpress.org\/core\/2022\/02\/16\/whats-new-in-gutenberg-12-6-16-february\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">12.6<\/a>,&nbsp;<a href=\"https:\/\/make.wordpress.org\/core\/2022\/03\/02\/whats-new-in-gutenberg-12-7-2-march\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">12.7<\/a>,&nbsp;<a href=\"https:\/\/make.wordpress.org\/core\/2022\/03\/16\/whats-new-in-gutenberg-12-8-16-march\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">12.8<\/a>,&nbsp;<a href=\"https:\/\/make.wordpress.org\/core\/2022\/03\/30\/whats-new-in-gutenberg-12-9-30-march\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">12.9<\/a>,&nbsp;<a href=\"https:\/\/make.wordpress.org\/core\/2022\/04\/14\/whats-new-in-gutenberg-13-0-14-april\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">13.0<\/a>).<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-list-view-improvements\">List View Improvements<\/h4>\n\n\n\n<p>The List View is affected by <a href=\"https:\/\/make.wordpress.org\/core\/2022\/03\/02\/whats-new-in-gutenberg-12-7-2-march\/#list-view-improvements\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">a considerable number of changes<\/a>, improving the component\u2019s usability.<\/p>\n\n\n\n<h5 class=\"h6 wp-block-heading\" id=\"h-expand-list-view-on-selection\">Expand List View on Selection<\/h5>\n\n\n\n<p>When you click on a block in the editor, it is now highlighted in the List View automatically. The <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/35817\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">parent block expands<\/a> to show the item in the block tree if the block is nested in it.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"656\" height=\"1024\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/expand-list-view-on-selection-wp6-656x1024.jpg\" alt=\"Expandnd List View on Selection\" class=\"wp-image-7700\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/expand-list-view-on-selection-wp6-656x1024.jpg 656w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/expand-list-view-on-selection-wp6-192x300.jpg 192w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/expand-list-view-on-selection-wp6.jpg 694w\" sizes=\"auto, (max-width: 656px) 100vw, 656px\" \/><\/figure>\n<\/div>\n\n\n<h5 class=\"h6 wp-block-heading\" id=\"h-list-view-collapsed-by-default\">List View Collapsed by Default<\/h5>\n\n\n\n<p>Before WordPress 6.0, the List View panel was automatically extended when you opened it. However, because a post frequently contains complicated nested block structures, having the block tree collapse when accessing the List View makes perfect sense.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"578\" height=\"1024\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/list-view-wp-5-9-2048x1095-1-578x1024.jpg\" alt=\"List View Collapsed by Default\" class=\"wp-image-7701\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/list-view-wp-5-9-2048x1095-1-578x1024.jpg 578w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/list-view-wp-5-9-2048x1095-1-169x300.jpg 169w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/list-view-wp-5-9-2048x1095-1.jpg 618w\" sizes=\"auto, (max-width: 578px) 100vw, 578px\" \/><\/figure>\n<\/div>\n\n\n<p><a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/39611\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">List View is collapsed by default in all editors<\/a> in 6.0, making the block tree considerably more understandable at a glance.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"618\" height=\"423\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/list-view-wp-6-0.jpg\" alt=\"List View in WordPress 6.0\" class=\"wp-image-7702\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/list-view-wp-6-0.jpg 618w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/list-view-wp-6-0-300x205.jpg 300w\" sizes=\"auto, (max-width: 618px) 100vw, 618px\" \/><\/figure>\n<\/div>\n\n\n<h5 class=\"h6 wp-block-heading\" id=\"h-focus-on-the-list-view-button\">Focus on the List View Button<\/h5>\n\n\n\n<p>The attention now returns to the List View button when you open the List View panel. This is especially beneficial while browsing the List View with your keyboard, as it allows for a more fluid and seamless editing experience.<\/p>\n\n\n\n<h5 class=\"h6 wp-block-heading\" id=\"h-multiple-block-selection-and-drag-drop\">Multiple Block Selection and Drag &amp; Drop<\/h5>\n\n\n\n<p>Another addition to the List View is the ability to select numerous blocks at the same time and <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/38314\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">drag &amp; drop them<\/a> to a different location within the list.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-block-style-previews\">Block Style Previews<\/h4>\n\n\n\n<p>Block style previews used to be in the block sidebar, which took up a lot of space in the Styles panel before WordPress 6.0.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"788\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/block-style-preview-wp-5-9.jpg\" alt=\"Block Style Preview WordPress 5.9\" class=\"wp-image-7703\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/block-style-preview-wp-5-9.jpg 1024w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/block-style-preview-wp-5-9-300x231.jpg 300w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/block-style-preview-wp-5-9-768x591.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>When the style name is hovered or focused, only the names of the style variations appear in the Styles panel, while <a href=\"https:\/\/make.wordpress.org\/core\/2021\/11\/29\/whats-new-in-gutenberg-12-0-24-november\/#block-styles-preview\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">style previews display outside the sidebar<\/a>. This modification shrinks the sidebar and makes the style names more visible.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"637\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/block-style-preview-wp-6-0.jpg\" alt=\"Block Style Preview WordPress 6.0\" class=\"wp-image-7704\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/block-style-preview-wp-6-0.jpg 1024w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/block-style-preview-wp-6-0-300x187.jpg 300w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/block-style-preview-wp-6-0-768x478.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-paragraph-typography-section\">Paragraph Typography Section<\/h4>\n\n\n\n<p>Its section has been moved to the Typography section. All typographic settings controls are now grouped together in one section, resulting in a more consistent user experience.<\/p>\n\n\n\n<p>The Drop Cap control for the paragraph block has been moved from its area to the Typography section to provide order to the block sidebar. All typographic settings controls are now grouped together in one section, resulting in a more consistent user experience.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"383\" height=\"1024\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/paragraph-block-typography-settings-wp-59-vs-wp-60-383x1024.jpg\" alt=\"Paragraph Typography Section\" class=\"wp-image-7705\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/paragraph-block-typography-settings-wp-59-vs-wp-60-383x1024.jpg 383w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/paragraph-block-typography-settings-wp-59-vs-wp-60-112x300.jpg 112w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/paragraph-block-typography-settings-wp-59-vs-wp-60.jpg 556w\" sizes=\"auto, (max-width: 383px) 100vw, 383px\" \/><\/figure>\n<\/div>\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-border-and-color-settings-moved-under-the-tools-panel\">Border and Color Settings Moved Under the Tools Panel<\/h4>\n\n\n\n<p>Border and color settings have been moved to the ToolsPanel and can be expanded and collapsed in many circumstances, aiming to bring order to a cluttered settings sidebar.<\/p>\n\n\n\n<p>This modification should improve uniformity in the sidebar and streamline the editing experience with numerous blocks.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-post-publish-panel-category-reminder\">Post Publish Panel Category Reminder<\/h4>\n\n\n\n<p>When you&#8217;re in a rush or consistently publish a large number of blog entries, tags and categories are easy to overlook. If you find yourself in this predicament frequently, the tag reminder in the Post publish panel will come in handy.<\/p>\n\n\n\n<p>With WordPress 6.0, a new Suggestion: Assign Categories to Posts has been added to assist site admins and authors in ensuring that their posts have the appropriate categories allocated. When a category hasn&#8217;t been assigned to the post yet, the Assign a Category window shows on the Post Publish panel.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-code-editor-added-to-the-site-editor\">Code Editor Added to the Site Editor<\/h4>\n\n\n\n<p>With WordPress 6.0, the Code Editor is now also accessible through the Site Editor. As with the Post Editor, you\u2019ll find the Code Editor under the Options menu.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-additional-enhancements\">Additional Enhancements<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Multi-select<\/strong> \u2014 You can now select text from numerous blocks at once.<\/li><li><strong>Block Locking UI<\/strong> \u2013 In the More Settings dropdown, a new Lock option appears, allowing you to prohibit users from moving or removing blocks (or both). This is especially useful when working with templates and reusable blocks, where you can also limit block modification.<\/li><li><strong>Style Retention<\/strong> \u2013 Several styles are now preserved when you modify blocks or add new buttons. The new blocks preserve the same styles as the preceding list items when you convert the List block to paragraphs. New buttons added to a Button block now inherit the same styling as the adjacent buttons.<\/li><\/ul>\n\n\n\n<h3 class=\"h4 wp-block-heading\" id=\"h-new-core-blocks\">New Core Blocks<\/h3>\n\n\n\n<p>The number of core blocks continues to rise. If you&#8217;re curious in the core blocks that are currently available, there is now a <a href=\"https:\/\/developer.wordpress.org\/block-editor\/reference-guides\/core-blocks\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Handbook page<\/a> that lists all of the core blocks that are included in the Gutenberg plugin. Name, Category, Supports, and Attributes are supplied for each block, as well as a handy link to the source code that block developers would appreciate. With WordPress 6.0, more blocks will be available. Here are the blocks you may expect in the next release.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-comments-query-loop\">Comments Query Loop<\/h4>\n\n\n\n<p>A new Comment Query Loop block, similar to the Query Loop block, <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/35231\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">displays post comments<\/a>. It&#8217;s a more complex block with numerous inner blocks that may be edited and configured separately. As seen in the example below, you can alter the appearance of the Comment Query Loop block by selecting any of the blocks contained within it. You can also create new blocks, as well as move or remove existing ones (<a href=\"https:\/\/github.com\/WordPress\/gutenberg\/tree\/trunk\/packages\/block-library\/src\/comments-query-loop\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Source code<\/a>).<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-read-more\">Read More<\/h4>\n\n\n\n<p>You may <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/37649\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">adjust the Read More<\/a> button&#8217;s borders, colors, corners, typography, and more with a new and customizable Read More block (<a href=\"https:\/\/github.com\/WordPress\/gutenberg\/tree\/trunk\/packages\/block-library\/src\/read-more\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Source code<\/a>). This is a fantastic addition because it allows you to tweak and place the Read More link outside of the Excerpt block.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-no-results-in-query-loop\">No Results in Query Loop<\/h4>\n\n\n\n<p>The No Results block is a container for any text or block that will appear when the query returns no results. To add the No Results block to a Query Loop, select it and then click the + icon in the bottom right corner to bring up the quick inserter. After that, look for No Results. Outside of the Query Loop, the block is not available (<a href=\"https:\/\/github.com\/WordPress\/gutenberg\/tree\/trunk\/packages\/block-library\/src\/query-no-results\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Source code<\/a>).<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"250\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/border-panel-wp-6-0.jpg\" alt=\"No Results in Query Loop\" class=\"wp-image-7706\" srcset=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/border-panel-wp-6-0.jpg 1024w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/border-panel-wp-6-0-300x73.jpg 300w, https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/border-panel-wp-6-0-768x188.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"h4 wp-block-heading\" id=\"h-improvements-to-existing-blocks\">Improvements to Existing Blocks<\/h3>\n\n\n\n<p>WordPress 6.0 also includes a number of updates and improvements to existing blocks that could have a significant impact on your editing process. Several changes will affect the Navigation block, but you&#8217;ll also see enhancements in the Query Loop, Featured Image, Group, and Social Icons blocks.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-navigation-block-improvements\">Navigation Block Improvements<\/h4>\n\n\n\n<p>The Navigation block has undergone various changes in recent months and now has a much more user-friendly layout. To begin, the Navigation Link block now includes a detailed preview. When you add a link to a publically accessible resource, a preview image of that resource appears when you click the link button in the block toolbar.<\/p>\n\n\n\n<p>A few additional changes affect the overall editing experience.<\/p>\n\n\n\n<p>When you create a new menu and only one Navigation Menu is available, it will default to that menu. If you only have one Navigation Menu, this update should speed up your editing process. Users may already submit text to describe their navigation links in the description field of Navigation Links. Themes could not support this feature in prior WordPress versions.<\/p>\n\n\n\n<p>After the link&#8217;s label, a <code>&lt;span class=\"wp-block-navigation-item__description\"&gt;<\/code> appears in WordPress 6.0. The <code>.wp-block-navigation-item__description<\/code> element is hidden by default in Twenty Twenty-Two, however themes can use the display: block attribute to expose the link description.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-query-loop-filters-and-featured-images\">Query Loop Filters and Featured Images<\/h4>\n\n\n\n<p>The <a href=\"https:\/\/make.wordpress.org\/core\/2022\/02\/03\/whats-new-in-gutenberg-12-5-february-2nd\/#query-loop-custom-taxonomies-filtering-and-more\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Query Loop<\/a> Filters settings section now shows input fields for custom taxonomies. This enables users to filter the current post type by one or more <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/38063\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">custom taxonomies<\/a> registered for the selected post type.<\/p>\n\n\n\n<p>It\u2019s now also possible to filter posts by <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/38024\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">multiple authors<\/a>, while in previous versions you were only allowed to select a single author from a dropdown.<\/p>\n\n\n\n<p>In addition, you can now set the Featured Image dimensions <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/37945\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">inside a Query Loop block<\/a>, too.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-typography-and-border-support-in-responsive-group-blocks\">Typography and Border Support in Responsive Group Blocks<\/h4>\n\n\n\n<p>Group and Row blocks now <a href=\"https:\/\/make.wordpress.org\/core\/2022\/01\/05\/whats-new-in-gutenberg-12-3-5-january\/#group-block-gap-support-typography-support\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">support Typography settings<\/a>. This change allows users to apply the same <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/37456\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">typography settings to a whole group<\/a> of blocks at once, saving a few clicks when it comes to formatting a group containing several nested blocks.<\/p>\n\n\n\n<p>The Group block has been further improved and now you can easily <a href=\"https:\/\/make.wordpress.org\/core\/2022\/04\/14\/whats-new-in-gutenberg-13-0-14-april\/#highlight-3\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">group blocks in Stack or Row<\/a> with a single click. Just select the blocks you want to group and pick one of the <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/39920\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">three controls available<\/a> in the block toolbar: Group, Row, Stack.<\/p>\n\n\n\n<p>Once you have grouped blocks, a new panel in the settings sidebar shows Group <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/40176\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">variation descriptions<\/a> enabling you to <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/40036\">switch variation<\/a> with a few clicks.<\/p>\n\n\n\n<p>WordPress 6.0 also introduces <a href=\"https:\/\/make.wordpress.org\/core\/2022\/03\/02\/whats-new-in-gutenberg-12-7-2-march\/#other-notable-highlights\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">margin support for Group blocks<\/a>, enabling users to <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/37344\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">control top and bottom margins<\/a> separately.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-featured-image-in-the-cover-block\">Featured Image in the Cover Block<\/h4>\n\n\n\n<p>Now you can use <a href=\"https:\/\/make.wordpress.org\/core\/2022\/04\/14\/whats-new-in-gutenberg-13-0-14-april\/#highlight-2\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Featured Images in Cover blocks<\/a> as with WordPress 6.0 a Use featured image toggle has been added to the block toolbar. Thanks to this new control you can switch from the current image to the featured image with a single click.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-show-hide-labels-in-social-icons\">Show\/Hide Labels in Social Icons<\/h4>\n\n\n\n<p>A small but usefud enhancement to the Social Icons block now enables users to <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/38152\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">toggle on\/of icon link labels<\/a>. When enabling this option, you can display the default service name or set custom labels for your icons separately.<\/p>\n\n\n\n<h4 class=\"h5 wp-block-heading\" id=\"h-additional-block-enhancements\">Additional Block Enhancements<\/h4>\n\n\n\n<p>WordPress 6.0 also brings a great number of enhancements to many other blocks.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>You may now customize the boundaries of Columns blocks.<\/li><li>Another useful UX feature is the ability to utilize a simple <code>[[<\/code> keyboard trigger to insert internal connections.<\/li><li>The new Block spacing control makes it easier to adjust the space around photographs in a Gallery block.<\/li><\/ul>\n\n\n\n<p>However, these are only a handful of the enhancements in WordPress 6.0. Check out Gutenberg&#8217;s release notes for a complete list.<\/p>\n\n\n\n<h2 class=\"h3 wp-block-heading\" id=\"h-how-to-update-to-wordpress-6-0\">How to Update to WordPress 6.0<\/h2>\n\n\n\n<p>When <a href=\"https:\/\/www.fastcomet.com\/tutorials\/wordpress\/updating-wordpress\" target=\"_blank\" rel=\"noreferrer noopener\">upgrading your WordPress core<\/a>, the one-click staging environment is the finest option. Using allows you to clone your WordPress site and test WordPress 6.0 in a free and secure manner.<\/p>\n\n\n\n<p>WordPress 6.0 is as simple to install as any other core upgrade. All you have to do is go to your admin dashboard&#8217;s Updates icon and select Update Now. Keep in mind that your website will go into maintenance mode while the CMS is updated. The website will be back to normal after the update is completed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-summary\">Summary<\/h2>\n\n\n\n<p>As previously stated, we are currently in the Customization Phase of Gutenberg&#8217;s development.<\/p>\n\n\n\n<p>Full Site Editing is now part of the WordPress core, and WordPress 6.0 and subsequent editions will expand on what we now have and can utilize. All of this will have a major influence on the WordPress ecosystem and the web as a whole, especially as WordPress is used by 64.2 percent of all websites whose content management system we know about at the time of writing. This represents 43.0% of all webpages. Those stats are according to <a href=\"https:\/\/w3techs.com\/technologies\/details\/cm-wordpress\" target=\"_blank\" rel=\"noreferrer noopener\">W3Techs<\/a>.<\/p>\n\n\n\n<p>We are not be able to cover all of the new features and improvements in WordPress 6.0 in a single post, but hopefully, we&#8217;ve covered the ones that will have the most influence on how we use WordPress on a daily basis.<\/p>\n\n\n\n<p>Feel free to share your thoughts about WordPress 6.0 in the comment section below. Happy new WordPress!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress 6.0 is here, as always, right on schedule \u2014 May 24th, 2022. The name is \u201cArturo\u201d after Latin jazz musician and director Arturo O\u2019Farrill, who has 15 albums to his credit. In addition to the incredible number of amazing features and improvements, WordPress 6.0 continues the Full Site Editing journey. WordPress 6.0 intends to [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":7637,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[256],"tags":[99,44,4720,4679],"class_list":["post-7681","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress","tag-new-version","tag-wordpress","tag-wordpress-6-0","tag-wp"],"featured_image_src":"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/WordPress_6.png","author_info":{"display_name":"Joseph","author_link":"https:\/\/www.fastcomet.com\/blog\/author\/joseph"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>WordPress 6.0\u2014Crucial new Features and Additions | FastComet<\/title>\n<meta name=\"description\" content=\"Want to find out what comes with WordPress 6.0 and how FSE continues to evolve? Read our blog post for a list of the crucial new WordPress features.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WordPress 6.0\u2014Crucial new Features and Additions | FastComet\" \/>\n<meta property=\"og:description\" content=\"Want to find out what comes with WordPress 6.0 and how FSE continues to evolve? Read our blog post for a list of the crucial new WordPress features.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0\" \/>\n<meta property=\"og:site_name\" content=\"FastComet Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-25T10:00:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-17T06:30:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/WordPress_6.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"620\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Joseph\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Joseph\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"18 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WordPress 6.0\u2014Crucial new Features and Additions | FastComet","description":"Want to find out what comes with WordPress 6.0 and how FSE continues to evolve? Read our blog post for a list of the crucial new WordPress features.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0","og_locale":"en_US","og_type":"article","og_title":"WordPress 6.0\u2014Crucial new Features and Additions | FastComet","og_description":"Want to find out what comes with WordPress 6.0 and how FSE continues to evolve? Read our blog post for a list of the crucial new WordPress features.","og_url":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0","og_site_name":"FastComet Blog","article_published_time":"2022-05-25T10:00:55+00:00","article_modified_time":"2022-10-17T06:30:12+00:00","og_image":[{"width":1024,"height":620,"url":"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/WordPress_6.png","type":"image\/png"}],"author":"Joseph","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Joseph","Est. reading time":"18 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0#article","isPartOf":{"@id":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0"},"author":{"name":"Joseph","@id":"https:\/\/www.fastcomet.com\/blog\/#\/schema\/person\/4f2c9600f49c872b8d56996ee3b95035"},"headline":"WordPress 6.0 \u2013 Overflowing with Significant Features and Improvements","datePublished":"2022-05-25T10:00:55+00:00","dateModified":"2022-10-17T06:30:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0"},"wordCount":3333,"commentCount":0,"image":{"@id":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0#primaryimage"},"thumbnailUrl":"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/WordPress_6.png","keywords":["new version","wordpress","wordpress 6.0","wp"],"articleSection":["WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.fastcomet.com\/blog\/wordpress-6-0#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0","url":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0","name":"WordPress 6.0\u2014Crucial new Features and Additions | FastComet","isPartOf":{"@id":"https:\/\/www.fastcomet.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0#primaryimage"},"image":{"@id":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0#primaryimage"},"thumbnailUrl":"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/WordPress_6.png","datePublished":"2022-05-25T10:00:55+00:00","dateModified":"2022-10-17T06:30:12+00:00","author":{"@id":"https:\/\/www.fastcomet.com\/blog\/#\/schema\/person\/4f2c9600f49c872b8d56996ee3b95035"},"description":"Want to find out what comes with WordPress 6.0 and how FSE continues to evolve? Read our blog post for a list of the crucial new WordPress features.","breadcrumb":{"@id":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fastcomet.com\/blog\/wordpress-6-0"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0#primaryimage","url":"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/WordPress_6.png","contentUrl":"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2022\/05\/WordPress_6.png","width":1024,"height":620,"caption":"WordPress 6 \u2013 Fully Packed with Significant Features and Improvements"},{"@type":"BreadcrumbList","@id":"https:\/\/www.fastcomet.com\/blog\/wordpress-6-0#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fastcomet.com\/blog"},{"@type":"ListItem","position":2,"name":"WordPress 6.0 \u2013 Overflowing with Significant Features and Improvements"}]},{"@type":"WebSite","@id":"https:\/\/www.fastcomet.com\/blog\/#website","url":"https:\/\/www.fastcomet.com\/blog\/","name":"FastComet Blog","description":"FastComet Web Hosting Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fastcomet.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.fastcomet.com\/blog\/#\/schema\/person\/4f2c9600f49c872b8d56996ee3b95035","name":"Joseph","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fastcomet.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1aa84dc2a6398ed73c957bd1de58806d12d44e2956744ed1ae9b435d57822ab7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1aa84dc2a6398ed73c957bd1de58806d12d44e2956744ed1ae9b435d57822ab7?s=96&d=mm&r=g","caption":"Joseph"},"description":"Joseph is part of the FastComet Marketing team. With years of content writing experience behind him, it's one of his favorite activities. Joseph takes part in the SEO of the FastComet website and blog. His goal is to write comprehensive posts and guides, always aiming to help our clients with essential information. Joseph also has a thirst for knowledge and improvement, which makes the hosting environment a perfect place for him.","sameAs":["https:\/\/www.fastcomet.com\/"],"url":"https:\/\/www.fastcomet.com\/blog\/author\/joseph"}]}},"_links":{"self":[{"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/posts\/7681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/comments?post=7681"}],"version-history":[{"count":31,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/posts\/7681\/revisions"}],"predecessor-version":[{"id":8511,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/posts\/7681\/revisions\/8511"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/media\/7637"}],"wp:attachment":[{"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/media?parent=7681"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/categories?post=7681"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/tags?post=7681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}