{"id":3882,"date":"2022-10-04T14:50:50","date_gmt":"2022-10-04T14:50:50","guid":{"rendered":"https:\/\/www.hostinger.com\/blog\/?p=3882"},"modified":"2022-10-09T01:42:51","modified_gmt":"2022-10-09T01:42:51","slug":"wordpress-6-1-beta","status":"publish","type":"post","link":"https:\/\/www.hostinger.com\/blog\/wordpress-6-1-beta","title":{"rendered":"WordPress 6.1 Beta: First Look Into the Next Major Release"},"content":{"rendered":"<p>WordPress 6.1 will be released on November 1, 2022. Its beta version has already been launched for testing.<\/p><p>This major release will introduce Twenty Twenty-Three &ndash; the new default theme with more styles. Other new improvements include enhanced design tools consistency, updated blocks, and fluid typography.<\/p><p>The beta version of WordPress 6.1 presents the perfect opportunity to explore the new features and test its compatibility with your website. We will list the new features worth checking out and explain how to install the beta version.<\/p><h2 class=\"wp-block-heading\" id=\"h-what-s-new-in-wordpress-6-1-beta\">What&rsquo;s New in WordPress 6.1 Beta<\/h2><p><a href=\"https:\/\/wordpress.org\/news\/2022\/09\/wordpress-6-1-beta-1-now-available\/\" target=\"_blank\" rel=\"noopener\">WordPress 6.1<\/a> is a part of phase 2 of the <a href=\"https:\/\/wordpress.org\/about\/roadmap\/\" target=\"_blank\" rel=\"noopener\">Gutenberg project<\/a> which introduces a lot of improvements to full site editing, block editor, and block-based patterns.&nbsp;<\/p><p>Let&rsquo;s take a look at the new changes in more detail.<\/p><h3 class=\"wp-block-heading\" id=\"h-new-twenty-twenty-three-default-theme\">New Twenty Twenty-Three Default Theme<\/h3><p>The highlight of WordPress 6.1 is the new Twenty Twenty-Three default theme. Like Twenty Twenty-Two, it&rsquo;s block-based and supports global style switching, a major feature introduced in <a href=\"https:\/\/www.hostinger.com\/blog\/wordpress-6-0\">WordPress 6.0<\/a>.<\/p><p>One difference is that the new theme&rsquo;s default appearance doesn&rsquo;t have predefined images. Instead, you will see placeholders for your own images.<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1224\" height=\"683\" src=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Twenty-Twenty-Three-default-WordPress-theme-with-the-global-styles-panel-and-the-theme-style-options-visible..png\" alt=\"The Twenty Twenty-Three default WordPress theme, with the global styles panel and the theme style options visible.\" class=\"wp-image-3883\" srcset=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Twenty-Twenty-Three-default-WordPress-theme-with-the-global-styles-panel-and-the-theme-style-options-visible..png 1224w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Twenty-Twenty-Three-default-WordPress-theme-with-the-global-styles-panel-and-the-theme-style-options-visible.-300x167.png 300w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Twenty-Twenty-Three-default-WordPress-theme-with-the-global-styles-panel-and-the-theme-style-options-visible.-1024x571.png 1024w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Twenty-Twenty-Three-default-WordPress-theme-with-the-global-styles-panel-and-the-theme-style-options-visible.-768x429.png 768w\" sizes=\"(max-width: 1224px) 100vw, 1224px\" \/><\/figure><p>Another major improvement is the style variations. Twenty Twenty-Three has ten pre-built style variations submitted by the community. These style variations differ in colors, typography, and content layout, providing more starting point options for user customization.<\/p><h3 class=\"wp-block-heading\" id=\"h-starter-patterns-for-all-post-types\">Starter Patterns for All Post Types<\/h3><p>Theme authors and users can now add starter pattern options for all post types. To enable this feature, add the patterns&rsquo; PHP files into the <strong>patterns <\/strong>folder of the theme.<\/p><p>Note that the new Twenty Twenty-Three theme already has the <strong>patterns<\/strong> folder by default.<\/p><p>For example, we can add an <a href=\"https:\/\/wordpress.org\/patterns\/pattern\/faq-block-design\/\" target=\"_blank\" rel=\"noopener\">FAQ pattern<\/a> from the WordPress pattern directory. To do this, we must first create a PHP file called <strong>faq.php<\/strong> with the following code snippet:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;?php\n \/**\n  * Title: FAQ\n  * Slug: twentytwentythree\/FAQ\n  * Block Types: core\/post-content\n  * Post Types: post\n  * Categories: featured, text\n  *\/\n?&gt;<\/pre><p>Keep in mind that you can change the title and categories to your liking. Then, copy and paste the pattern from the pattern directory into the file using the <strong>Copy Pattern <\/strong>button.<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"845\" height=\"445\" src=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-FAQ-Block-Design-pattern-page-on-the-WordPress-pattern-directory-with-the-Copy-Pattern-button-highlighted..png\" alt=\"The FAQ Block Design pattern page on the WordPress pattern directory, with the Copy Pattern button highlighted.\" class=\"wp-image-3884\" srcset=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-FAQ-Block-Design-pattern-page-on-the-WordPress-pattern-directory-with-the-Copy-Pattern-button-highlighted..png 845w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-FAQ-Block-Design-pattern-page-on-the-WordPress-pattern-directory-with-the-Copy-Pattern-button-highlighted.-300x158.png 300w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-FAQ-Block-Design-pattern-page-on-the-WordPress-pattern-directory-with-the-Copy-Pattern-button-highlighted.-768x404.png 768w\" sizes=\"(max-width: 845px) 100vw, 845px\" \/><\/figure><p>Once done, the PHP file will look like this:<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"971\" height=\"394\" src=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-faq.php-file-containing-the-PHP-script-and-the-HTML-code-for-the-FAQ-pattern..png\" alt=\"The faq.php file containing the PHP script and the HTML code for the FAQ pattern.\" class=\"wp-image-3885\" srcset=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-faq.php-file-containing-the-PHP-script-and-the-HTML-code-for-the-FAQ-pattern..png 971w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-faq.php-file-containing-the-PHP-script-and-the-HTML-code-for-the-FAQ-pattern.-300x122.png 300w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-faq.php-file-containing-the-PHP-script-and-the-HTML-code-for-the-FAQ-pattern.-768x312.png 768w\" sizes=\"(max-width: 971px) 100vw, 971px\" \/><\/figure><p>Save the file and open your WordPress admin panel. To confirm that the pattern has been registered, navigate to <strong>Posts -&gt; Add New<\/strong> to create a new post. You should see a pop-up with the selection of the registered patterns.<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"934\" height=\"519\" src=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/Choose-a-pattern-pop-up-that-appears-when-adding-a-new-post..png\" alt=\"Choose a pattern pop-up that appears when adding a new post.\" class=\"wp-image-3886\" srcset=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/Choose-a-pattern-pop-up-that-appears-when-adding-a-new-post..png 934w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/Choose-a-pattern-pop-up-that-appears-when-adding-a-new-post.-300x167.png 300w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/Choose-a-pattern-pop-up-that-appears-when-adding-a-new-post.-768x427.png 768w\" sizes=\"(max-width: 934px) 100vw, 934px\" \/><\/figure><h3 class=\"wp-block-heading\" id=\"h-fluid-typography\">Fluid Typography<\/h3><p>WordPress 6.1 comes with <a href=\"https:\/\/make.wordpress.org\/themes\/2022\/08\/15\/testing-and-feedback-for-the-fluid-typography-feature\/\" target=\"_blank\" rel=\"noopener\">fluid typography support<\/a> via the <strong>theme.json<\/strong> file. This feature enhances responsiveness as text will automatically adjust its size based on the user&rsquo;s viewport.<\/p><p>You can change the fluid typography settings in the <strong>theme.json <\/strong>file. For example, theme authors or users who want to disable fluid typography can find the <strong>fluid<\/strong> parameter in the <strong>settings.typography.fluid <\/strong>and set its value to <strong>false<\/strong>.<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">{\n    \"version\": 2,\n    \"settings\": {\n        \"typography\": {\n            \"fluid\": false,\n        }\n    }\n}<\/pre><p>Alternatively, if you&rsquo;re using an older block theme that disables fluid typography by default, you can add the <strong>fluid <\/strong>parameter and set it to true.<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">{\n    \"version\": 2,\n    \"settings\": {\n        \"typography\": {\n            \"fluid\": true,\n        }\n    }\n}<\/pre><p>The size for fluid typography can be configured in the <strong>settings.typography.fontSizes<\/strong> section of the file. Here, you can set the minimum and maximum values for the typography size. It&rsquo;s also possible to disable fluid typography for specific font sizes. For example, you can specify the fluid typography size for <strong>Normal <\/strong>font size and disable it for <strong>Large <\/strong>font size by indicating the <strong>false <\/strong>value.<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">{\n    \"version\": 2,\n    \"settings\": {\n        \"typography\": {\n            \"fluid\": true,\n            \"fontSizes\": [\n                {\n                    \"name\": \"Normal\",\n                    \"size\": \"1.125rem\",\n                    \"fluid\": {\n                        \"min\": \"1rem\",\n                        \"max\": \"1.5rem\"\n                    },\n                    \"slug\": \"normal\"\n                }\n            ]\n        }\n    }\n}<\/pre><h3 class=\"wp-block-heading\" id=\"h-block-based-template-part-support-for-classic-themes\">Block-Based Template Part Support for Classic Themes<\/h3><p>Another feature that expands classic theme usability is the <a href=\"https:\/\/make.wordpress.org\/themes\/2022\/09\/12\/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes\/\" target=\"_blank\" rel=\"noopener\">block-based template part support<\/a>. It allows users to customize and incorporate block-based template parts with any non-block themes.<\/p><p>That said, this feature is quite difficult to utilize. First, you must add the template part support to the classic theme by adding the <strong>add_theme_support( &lsquo;block-template-parts&rsquo; ); <\/strong>flag to the theme&rsquo;s <strong>functions.php <\/strong>file. Once that&rsquo;s done, you&rsquo;ll see the <strong>Template Parts <\/strong>option in the dashboard&rsquo;s <strong>Appearance <\/strong>menu.<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"490\" height=\"323\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Template-Parts-menu-on-the-WordPress-dashboard.png\/public\" alt=\"The Template Parts menu on the WordPress dashboard\" class=\"wp-image-3888\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Template-Parts-menu-on-the-WordPress-dashboard.png\/w=490,fit=scale-down 490w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Template-Parts-menu-on-the-WordPress-dashboard.png\/w=300,fit=scale-down 300w\" sizes=\"(max-width: 490px) 100vw, 490px\" \/><\/figure><p>The next step involves adding an HTML file to the <strong>\/parts<\/strong> folder inside the theme&rsquo;s root directory.<\/p><p>In this example, we&rsquo;ll add a footer template part to the Twenty Twenty-One theme. We&rsquo;ll start by creating an HTML file with the path of <strong>\/public_html\/wp-content\/themes\/twentytwentyone\/parts\/footer.html<\/strong>.<\/p><p>Inside the HTML file, add the following code snippet:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;!-- wp:group {\"layout\":{\"inherit\":true}} --&gt;\n&lt;div class=\"wp-block-group\"&gt;\n\t&lt;!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"80px\",\"bottom\":\"30px\"}}}} --&gt;\n\t&lt;div class=\"wp-block-group\" style=\"padding-top:80px;padding-bottom:30px\"&gt;\n\t\t&lt;!-- wp:paragraph {\"align\":\"center\"} --&gt;\n\t\t&lt;p class=\"has-text-align-center\"&gt;Proudly Powered by &lt;a href=\"https:\/\/wordpress.org\" rel=\"nofollow\"&gt;WordPress&lt;\/a&gt;&lt;\/p&gt;\n\t\t&lt;!-- \/wp:paragraph --&gt;\n\t&lt;\/div&gt;\n\t&lt;!-- \/wp:group --&gt;\n&lt;\/div&gt;\n&lt;!-- \/wp:group --&gt;<\/pre><p>Go back to the WordPress dashboard and navigate to <strong>Appearance -&gt; Template Parts<\/strong>. You should see the <strong>footer<\/strong> template part is now available, and you can start editing using the block editor.<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"934\" height=\"289\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Template-Parts-panel-showing-the-footer-template-part-option.png\/public\" alt=\"The Template Parts panel, showing the footer template part option\" class=\"wp-image-3889\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Template-Parts-panel-showing-the-footer-template-part-option.png\/w=934,fit=scale-down 934w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Template-Parts-panel-showing-the-footer-template-part-option.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Template-Parts-panel-showing-the-footer-template-part-option.png\/w=768,fit=scale-down 768w\" sizes=\"(max-width: 934px) 100vw, 934px\" \/><\/figure><h3 class=\"wp-block-heading\" id=\"h-block-spacing-presets\">Block Spacing Presets<\/h3><p>The current block spacing tools require users to specify the spacing pixels. While this offers more accurate customization, it can be difficult if you want to use the same spacing on multiple blocks.<\/p><p>WordPress 6.1 adds seven spacing presets to choose from to speed up the process. This way, you can easily remember which preset to apply for the blocks you want to customize. If you prefer to use the old custom pixel field, there&rsquo;s a button to switch to it.<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"407\" height=\"274\" src=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/Block-spacing-tools-with-the-sliding-preset-bar..png\" alt=\"Block spacing tools with the sliding preset bar.\" class=\"wp-image-3890\" srcset=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/Block-spacing-tools-with-the-sliding-preset-bar..png 407w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/Block-spacing-tools-with-the-sliding-preset-bar.-300x202.png 300w\" sizes=\"(max-width: 407px) 100vw, 407px\" \/><\/figure><h3 class=\"wp-block-heading\" id=\"h-improved-block-locking\">Improved Block Locking<\/h3><p>WordPress 6.0 introduced the block locking feature, providing a new way to customize your site safely. By locking important blocks, users won&rsquo;t accidentally move these blocks.<\/p><p>WordPress 6.1 improves this feature by allowing users to apply block locking to inner blocks inside a group block. This way, you can apply block locking to a group block and its inner blocks at once instead of doing it manually for each block.<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"634\" height=\"533\" src=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Lock-Group-pop-up-with-the-Apply-to-all-blocks-inside-option-highlighted..png\" alt=\"The Lock Group pop-up, with the Apply to all blocks inside option highlighted.\" class=\"wp-image-3891\" srcset=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Lock-Group-pop-up-with-the-Apply-to-all-blocks-inside-option-highlighted..png 634w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Lock-Group-pop-up-with-the-Apply-to-all-blocks-inside-option-highlighted.-300x252.png 300w\" sizes=\"(max-width: 634px) 100vw, 634px\" \/><\/figure><h3 class=\"wp-block-heading\" id=\"h-improved-template-options\">Improved Template Options<\/h3><p>The <a href=\"https:\/\/make.wordpress.org\/core\/2022\/08\/25\/core-editor-improvement-refining-the-template-creation-experience\/\" target=\"_blank\" rel=\"noopener\">template creation process<\/a> is now easier. A new template will automatically add relevant patterns, so you won&rsquo;t have to do everything from scratch.<\/p><p>In addition, you can add a new template for a specific item. For example, when adding an author template, you can opt to apply it for all authors or just one.<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1313\" height=\"662\" src=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/Adding-a-new-author-template-with-pre-defined-patterns.gif\" alt=\"Adding a new author template with pre-defined patterns\" class=\"wp-image-3892\"><\/figure><p>Two new template options are also available &ndash; <strong>page<\/strong> and <strong>single item: post<\/strong>. If the available options are not enough, you can create <strong>custom templates<\/strong> for any page or post.<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1084\" height=\"657\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Create-custom-template-pop-up-that-lets-you-name-new-custom-templates-1.png\/public\" alt=\"The Create custom template pop-up that lets you name new custom templates\" class=\"wp-image-3894\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Create-custom-template-pop-up-that-lets-you-name-new-custom-templates-1.png\/w=1084,fit=scale-down 1084w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Create-custom-template-pop-up-that-lets-you-name-new-custom-templates-1.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Create-custom-template-pop-up-that-lets-you-name-new-custom-templates-1.png\/w=1024,fit=scale-down 1024w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/The-Create-custom-template-pop-up-that-lets-you-name-new-custom-templates-1.png\/w=768,fit=scale-down 768w\" sizes=\"(max-width: 1084px) 100vw, 1084px\" \/><\/figure><h3 class=\"wp-block-heading\" id=\"h-updated-quote-and-list-blocks\">Updated Quote and List Blocks<\/h3><p><a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/25892\" target=\"_blank\" rel=\"noopener\">Quote<\/a> and <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/42711\" target=\"_blank\" rel=\"noopener\">list<\/a> blocks can now contain inner blocks.<\/p><p>You&rsquo;ll see the <strong>add block <\/strong>(<strong>+<\/strong>) icon with the quote block for more blocks inside it. For example, you can use a heading block and insert an image inside a quote.<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"670\" height=\"343\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/A-quote-block-example-showing-a-list-block-inside-it.png\/public\" alt=\"A quote block example, showing a list block inside it\" class=\"wp-image-3895\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/A-quote-block-example-showing-a-list-block-inside-it.png\/w=670,fit=scale-down 670w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/A-quote-block-example-showing-a-list-block-inside-it.png\/w=300,fit=scale-down 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" \/><\/figure><p>The list block now treats the list items as individual blocks, resulting in a nested block structure. This allows for a more streamlined workflow as you can rearrange or remove list items more easily.<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1029\" height=\"458\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/A-list-block-example-with-the-expanded-block-editor-list-view-showing-individual-list-item-blocks.png\/public\" alt=\"A list block example with the expanded block editor list view, showing individual list item blocks\" class=\"wp-image-3896\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/A-list-block-example-with-the-expanded-block-editor-list-view-showing-individual-list-item-blocks.png\/w=1029,fit=scale-down 1029w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/A-list-block-example-with-the-expanded-block-editor-list-view-showing-individual-list-item-blocks.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/A-list-block-example-with-the-expanded-block-editor-list-view-showing-individual-list-item-blocks.png\/w=1024,fit=scale-down 1024w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/4\/2022\/10\/A-list-block-example-with-the-expanded-block-editor-list-view-showing-individual-list-item-blocks.png\/w=768,fit=scale-down 768w\" sizes=\"(max-width: 1029px) 100vw, 1029px\" \/><\/figure><h3 class=\"wp-block-heading\" id=\"h-featured-image-in-cover-block-placeholder\">Featured Image in Cover Block Placeholder<\/h3><p>WordPress 6.1 also improves on featured image support in the cover block. When you add a cover block, you&rsquo;ll see the option to use the featured image. Previously, you had to add an image first, then switch it to the featured image via the block toolbar.&nbsp;<\/p><p>The change lets users set up the cover block easier and faster.<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"825\" height=\"388\" src=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/A-cover-block-placeholder-with-the-use-featured-image-option-highlighted..png\" alt=\"A cover block placeholder, with the use featured image option highlighted.\" class=\"wp-image-3897\" srcset=\"https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/A-cover-block-placeholder-with-the-use-featured-image-option-highlighted..png 825w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/A-cover-block-placeholder-with-the-use-featured-image-option-highlighted.-300x141.png 300w, https:\/\/www.hostinger.com\/blog\/wp-content\/uploads\/sites\/4\/2022\/10\/A-cover-block-placeholder-with-the-use-featured-image-option-highlighted.-768x361.png 768w\" sizes=\"(max-width: 825px) 100vw, 825px\" \/><\/figure><h3 class=\"wp-block-heading\" id=\"h-improved-design-tools-consistency\">Improved Design Tools Consistency<\/h3><p>Each block in the WordPress block editor has a unique set of design tools accessible via the settings panel. However, this can confuse and limit users, as they may not find the desired design tool for a specific block and have to use custom CSS to customize it.<\/p><p>Starting with WordPress 6.1, the consistency of the design tools for many blocks has been enhanced to allow more code-free customization via the block editor. WordPress 6.1 adds typography and block spacing tools to over 30 blocks, including button, quote, table, and category list blocks.<\/p><h2 class=\"wp-block-heading\" id=\"h-how-to-test-the-wordpress-6-1-beta\">How to Test the WordPress 6.1 Beta<\/h2><p>Testing the WordPress 6.1 beta version requires you to set up another WordPress installation or install a plugin to update the WordPress site with the beta release. We highly recommend using a test environment such as a staging site or a different installation path to avoid any issues with the live site.<\/p><p>Testing the beta version with a copy of your website is also a good way to preview how its front-end and back-end will work with the new version. This is especially useful to ensure a smooth transition between the current and the upcoming version.<\/p><p>Once the testing environment is ready, you can opt for one of these methods:<\/p><ul class=\"wp-block-list\"><li><a href=\"https:\/\/wordpress.org\/plugins\/wordpress-beta-tester\/\" target=\"_blank\" rel=\"noopener\"><strong>WordPress Beta Tester plugin<\/strong><\/a>. Install and activate the plugin, then go to <strong>Tools -&gt; Beta Testing<\/strong>. Select the <strong>Bleeding edge<\/strong> channel and <strong>Beta\/RC Only<\/strong> stream. Save the changes and go to <strong>Dashboard -&gt; Updates<\/strong> to install the beta version.<\/li><li><strong>Manual installation<\/strong>. Download the <a href=\"https:\/\/make.wordpress.org\/core\/6-1\/\" target=\"_blank\" rel=\"noopener\">WordPress 6.1 Beta<\/a> ZIP file and install it manually. You can install the WordPress files in a subdirectory of your <strong>public_html<\/strong> folder as a test environment or on your local machine.<\/li><li><strong>WordPress Command-Line Interface (WP-CLI)<\/strong>. If you have WP-CLI installed on your server, you can use the command line to update to the beta version with the following command:<\/li><\/ul><p><code data-enlighter-language=\"generic\" class=\"EnlighterJSRAW\">wp core update --version=6.1-beta1<\/code><\/p><h2 class=\"wp-block-heading\" id=\"h-release-timeline\">Release Timeline<\/h2><p>WordPress 6.1 goes live on November 1, 2022.&nbsp;<\/p><p>Before that, three beta releases are planned for testing and bug fixing, with the final beta releasing on October 4, 2022.<\/p><p>The development stage will then continue with the release candidate phase from October 11 to October 25. We recommend testing the release candidate with a copy of your site, along with all your plugins and themes, as it will be a ready-to-release version that will reflect how your website will work with the live version. If you find any bugs or any questions arise during the development phase of WordPress 6.1, report them in the <a href=\"https:\/\/wordpress.org\/support\/forum\/alphabeta\/\" target=\"_blank\" rel=\"noopener\">Alpha\/Beta forum<\/a> or create a ticket on the <a href=\"https:\/\/core.trac.wordpress.org\/\" target=\"_blank\" rel=\"noopener\">WordPress Trac<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress 6.1 will be released on November 1, 2022. Its beta version has already been launched for testing.<\/p>\n<p>This major release will introduce Twenty Twenty-Three \u2013 the new defa\u2026<\/p>\n","protected":false},"author":172,"featured_media":3899,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2365],"tags":[],"hashtags":[],"class_list":["post-3882","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress"],"hreflangs":[],"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/blog\/wp-json\/wp\/v2\/posts\/3882","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/blog\/wp-json\/wp\/v2\/users\/172"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/blog\/wp-json\/wp\/v2\/comments?post=3882"}],"version-history":[{"count":4,"href":"https:\/\/www.hostinger.com\/blog\/wp-json\/wp\/v2\/posts\/3882\/revisions"}],"predecessor-version":[{"id":3969,"href":"https:\/\/www.hostinger.com\/blog\/wp-json\/wp\/v2\/posts\/3882\/revisions\/3969"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/blog\/wp-json\/wp\/v2\/media\/3899"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/blog\/wp-json\/wp\/v2\/media?parent=3882"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/blog\/wp-json\/wp\/v2\/categories?post=3882"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/blog\/wp-json\/wp\/v2\/tags?post=3882"},{"taxonomy":"hashtags","embeddable":true,"href":"https:\/\/www.hostinger.com\/blog\/wp-json\/wp\/v2\/hashtags?post=3882"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}