Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

What’s Coming in WordPress 5.7 (Features and Screenshots)

Editorial Note: We earn a commission from partner links on WPBeginner. Commissions do not affect our editors' opinions or evaluations. Learn more about Editorial Process.

WordPress 5.7 beta is out for a while now, and it is scheduled to be released on March 9th 2021. It will be the first major release of the year and comes with some new features and improvements.

We’ve been following the development closely and trying out the new features on our test sites.

In this article, we will show you what’s coming in WordPress 5.7 with features and screenshots.

What's coming in WordPress 5.7

Note: You can try out the beta version on your computer or on a staging environment by using the WordPress Beta Tester plugin.

WordPress 5.7 is under development and some features can still change and may not make it into the final release.

That being said, let’s take a look at what’s coming in WordPress 5.7.

Video Tutorial

Subscribe to WPBeginner

If you’d prefer written instructions, just keep reading.

Editor Improvements in WordPress 5.7

The WordPress editor is the area where website owners spend most of their time creating pages and writing content.

Each WordPress release brings new features and improvements to the editor. WordPress 5.7 will also ship with some exciting new features and enhancements to improve your editing experience.

Drag and Drop Blocks from Inserter

WordPress 5.7 will allow you to simply drag and drop a block from the ‘Add new block’ (+) inserter into your content area. This way you can choose where to place a block before you drop it on the post canvas.

Drag and drop a block from inserter

Full-height Blocks Coming in WordPress 5.7

Do you like using the full-width blocks for cover, columns, and group blocks? This allows you to create visually stunning layouts. WordPress 5.7 will now allow you to create full-height blocks too.

Full height option in a block toolbar

These blocks will fill in the height of the user’s screen allowing you to create even more engaging layouts.

Block Variations Can Now Have Their Own Descriptions

WordPress 5.7 will now show descriptions for block variations. For instance, the social icons block has Facebook, Twitter, and other social icons. You can view them in the block inspector with a preview.

Block variation descriptions

Social Icon Sizes

WordPress 5.7 will allow you to adjust the size of icons in the social media icons block.

Social icon size

Improved Buttons

WordPress 5.7 will introduce vertical alignment for buttons in the block editor. Users will also be able to choose from a preset percentage width for their buttons.

Vertical alignment for buttons

Adjust Font Size in More Blocks

Another improvement in the block editor is the ability to adjust the font size in more blocks including the list and code blocks.

Font sizes in more places in WordPress 5.7

Easier Migration from HTTP to HTTPS

Previously when you moved WordPress from HTTP to HTTPS you had to manually update URLs embedded in your content. Not doing so resulted in the mixed content issue.

WordPress 5.7 will make it easier to migrate your website to HTTPs. It will show the availability of HTTPS in the site health menu as a critical issue.

Migrate to HTTPs with one-click

From here, users will be able to click on a button to update the WordPress URLs. This will switch your WordPress and Site URL settings, and update URLs in your content to use HTTPs.

Standardized WP-Admin Color Palette

WordPress 5.7 will also standardize the wp-admin color palette. Basically, WordPress uses Sass to generate CSS files on the fly.

WordPress came with a limited set of color schemes and introducing new color schemes was hard as developers had to deal with Sass variable-based system.

Admin color scheme palettes in WordPress

In the upcoming 5.7 release, WordPress will collapse all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. This will provide developers a palette with a wider range of light and dark color schemes.

New Robots API

WordPress 5.7 will introduce a new Robots API. This API will allow developers to programmatically control and update the robots meta tag on a website.

Robots meta tag allows you to tell search engine bots how to crawl and index a website. This can be achieved by adding a robots.txt file to your site’s root folder or by using the robots meta tag.

A new function called wp_robots will be introduced in WordPress 5.7. Developers will be able to modify the robots meta tag by adding their own filters to the function. Here is an example of how it would work:

function wporg_wp_robots_add_follow( $robots ) {
    $robots['follow'] = true;
    return $robots;
}
add_filter( 'wp_robots', 'wporg_wp_robots_add_follow' );

WordPress 5.7 will also add a max-image-preview:large directive to the robots meta tag by default. This will allow search engines to use the large image for preview in search results.

Here is how it would look in your site’s source code:

<!DOCTYPE html>
<html>
    <head>
        <meta name="robots" content="max-image-preview:large" />
    </head>

WordPress will automatically hide this tag for websites that have search engine visibility turned off in the settings.

If you want to disable this and let search engines decide which image to use for the previews, then you can add the following code to your theme’s functions.php file or a site-specific plugin.

remove_filter( 'wp_robots', 'wp_robots_max_image_preview_large' );

Lazy Loading iFrames

WordPress 5.7 will automatically add lazy load to iframe embeds. Lazy Loading is a technique used to improve website speed during a page load. It basically tells the user’s browser to load an item when it is viewed.

WordPress already uses lazy loading for images by default since WordPress 5.5.

This means all embeds that use iframes, such as YouTube videos, will use lazy loading to improve your page load speeds.

If you are using Smash Balloon’s YouTube Feed, then it already optimizes your video feed by better caching and delayed loading.

Under The Hood Changes

WordPress 5.7 will also bring many changes for developers to explore and use in their own themes, plugins, and projects.

Following are some of these under the hood changes.

WordPress 5.7 will introduce new functions is_post_status_viewable() and is_post_publicly_viewable() to check if a post is publicly viewable. (See details)

Render block function will now allow developers to filter the content of a single block. (#46187)

WordPress 5.7 will add a filter hook to manipulate $user_data variable during retrieve_password() function. This will enable developers to perform custom validation checks during password resets. (#51924)

Developers will be able to change the ‘Go to site’ link displayed in the login page footer by using a new login_site_html_link hook. (#35449)

Two new functions get_post_parent() and has_post_parent() will be available in WordPress 5.7 to determine if a post has a parent and to get the related parent post as an object. (#33045)

We hope this article gave you a good idea of what is coming in the upcoming WordPress 5.7. Let us know what features you find interesting and what you’d look to see in a future WordPress release.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

22 CommentsLeave a Reply

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Rhonda says

    Your article was informative and i most appreciate the links to further help, us new to wp, understand how various functions work. AND WHAT ALL THE ABBREVIATIONS STAND FOR

  3. Vijay says

    Great Article! I liked “Easier Migration from HTTP to HTTPS” as we won’t have to use any plugins to do that.

  4. Paul Salvidge says

    Thank you, WPbeginner. That was a really helpful overview of what to expect. So succinct, too.

  5. Shahbaz says

    I personally don’t use WordPress Editor, so not excited about that.
    But Robots API, lazyload functions are good.

  6. Suparna says

    Awesome. Liked all the updated features. Especially, happy that we are able to change the list font size in this version.

  7. osenele david says

    i need a tutorial video to know more about wordpress as a hole specially this new version , wordpress 5.7

Leave a Reply to Shahbaz Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

WPBeginner Assistant
How can I help you?

By chatting, you consent to this chat being stored according to our privacy policy and your email will be added to receive weekly WordPress tutorials from WPBeginner.