What’s New in WordPress 7.0? (Options & Screenshots)

What’s New in WordPress 7.0? (Options & Screenshots)

WordPress 7.0 is in the end right here 🥳, and we’ve been trying out it because the early beta.

It’s the primary primary unlock of 2026, and it’s a large one, with a brand-new AI Connectors display, responsive block controls, and a refreshed admin revel in that makes the dashboard really feel like a contemporary internet app.

Whether or not you run a small weblog or a big multi-author web site, WordPress 7.0 brings adjustments that may impact the best way you create and set up content material.

A deep dive into WordPress 7.0 new features and screenshotsA deep dive into WordPress 7.0 new features and screenshots

Right here’s the whole lot that’s new in WordPress 7.0:

📌 Observe: Actual-time collaboration (RTC) was once at the beginning deliberate for WordPress 7.0, and we lined it in our What’s Coming in WordPress 7.0 submit. It was once pulled earlier than unlock for the reason that core group wasn’t assured the present means was once tough sufficient, bringing up issues round race stipulations, server load, and reminiscence potency.

The characteristic remains to be in lively building and can also be examined by way of the Gutenberg plugin. We’ll duvet it correctly when it ships.

Attach WordPress to AI with the New Connectors Display 🤖

WordPress 7.0 now offers you a central position to attach your web site to AI services and products with out a third-party plugin required.

A brand new Settings » Connectors display means that you can set up and configure AI supplier applications immediately out of your WordPress dashboard.

AI connectors in WordPress 7.0AI connectors in WordPress 7.0

Call to mind it like a plugin listing, however in particular for AI. You select your supplier, input your credentials as soon as, and each and every plugin or theme that helps the AI API can faucet into that connection mechanically.

At release, 3 suppliers are to be had: OpenAI (ChatGPT), Google (Gemini), and Anthropic (Claude). As soon as a connector is put in and authenticated, any plugin that makes use of the WordPress AI API will paintings along with your selected supplier, with out you wanting to configure API keys in more than one puts.

There are a ton of WordPress AI plugins that may now use your decided on AI platform to supply AI options. Till now many corporations have been both asking you to go into your API keys or acquire credit from them.

The connectors retailer credentials securely and care for conversation between WordPress and the AI supplier in a standardized means.

Professional Tip: If you happen to’d like to disable all AI options fully — for privateness causes or to stay issues easy — you’ll be able to upload outline( 'WP_AI_SUPPORT', false ); on your wp-config.php report. This turns off all LLM-related options around the web site.

A Refreshed Admin Enjoy ✨

The WordPress admin house has a brand new glance in 7.0, together with up to date colour schemes, cleaner typography, and smoother transitions between displays.

WordPress admin design refreshWordPress admin design refresh

It’s now not a whole redesign, however in observe this implies much less ready as you progress between displays. For instance, clicking from Posts to Settings to the editor now not triggers a complete web page reload every time.

The cleaner structure and higher-contrast typography additionally assist you to find what you’re searching for, which provides up while you’re publishing often or leaping between settings.

WP 7.0 Design uplift with smoother transitions between admin screensWP 7.0 Design uplift with smoother transitions between admin screens

Similar: See the evolution of the WordPress consumer interface.

Command Palette Is Now To be had All over

One of the crucial helpful additions is that the Command Palette, which was once up to now solely to be had within the block editor, is now out there from any place within the admin.

Simply press ⌘Ok on Mac or Ctrl+Ok on Home windows/Linux to open it from any display.

Command paletteCommand palette

From there, you’ll be able to briefly navigate to any web page, open settings, seek posts, or run not unusual movements with out touching the mouse. If you happen to’ve ever used the command palette in VS Code or Figma, then this may really feel right away acquainted.

Observe: That is fully not obligatory. If keyboard shortcuts aren’t your factor, you don’t want to be informed this as a result of the entire identical movements are nonetheless to be had throughout the customary menus. It’s a power-user shortcut for individuals who wish to transfer sooner.

Responsive Block Visibility by way of Instrument 📱

WordPress 7.0 introduces a characteristic that web page builder plugins have presented for years, now constructed proper into the core block editor: the facility to turn or disguise any block relying on whether or not a customer is on a telephone, pill, or desktop.

Whether or not you wish to have to show a bigger symbol on desktop and switch it for a compact model on cellular, or disguise a sidebar detail fully on smaller displays, you’ll be able to now do all of this with out touching a line of CSS.

Hide a blockHide a block

To make use of it, make a choice any block and search for the brand new visibility choices within the block toolbar or the block inspector sidebar.

A visibility modal means that you can make a selection which software varieties — desktop, pill, or cellular — to cover the block on. Any adjustments you are making solely impact the viewports you select, and different display sizes are untouched.

Hide block optionsHide block options

Listed here are some extra main points:

  • Blocks with lively visibility regulations display a small software icon in Listing View, so you’ll be able to see at a look which blocks have restrictions carried out.
  • Visibility controls also are to be had from the Command Palette.
  • You’ll be able to observe other types in keeping with breakpoint. For instance, other font sizes or spacing on cellular, or even customise the place breakpoints are outlined.

For extra main points, see the block visibility dev observe.

Smarter Visible Revisions 🕓

WordPress has had a revisions device for years, however 7.0 makes it a lot more uncomplicated to peer what in fact modified between variations.

You’ll be able to now examine two revisions facet by way of facet within the editor, with color-coded overlays highlighting each and every distinction.

Right here’s a abstract of the color-coding device:

  • Inexperienced outlines = blocks that have been added
  • Pink outlines = blocks that have been got rid of
  • Yellow outlines = blocks with changed settings
  • For textual content, inexperienced with underline = added textual content, crimson with strikethrough = got rid of textual content
Visual revisions in WordPess 7.0Visual revisions in WordPess 7.0

The sidebar now additionally displays modified block attributes along the visible diff, so you’ll be able to see precisely what settings have been modified, now not simply the place.

It is a primary development for somebody who manages a multi-author web site or needs to check content material adjustments earlier than publishing.

Nevertheless it’s simply as helpful for those who’re the one particular person modifying. It makes it a lot more uncomplicated to identify what you by accident deleted or modified when you wish to have to roll again to an previous model.

Customized CSS for Person Blocks ✏️

Prior to WordPress 7.0, creating a small one-off taste tweak to a unmarried block required a workaround, typically involving the Further CSS panel, World Types, or manually including a customized CSS elegance.

WordPress 7.0 adjustments that with a brand new Customized CSS box constructed immediately into the block inspector.

Simply make a choice any block, open the Complex panel within the inspector sidebar, and also you’ll discover a new Customized CSS box.

No matter you sort there applies solely to that particular block example, so not anything else at the web page or web site is affected. Adjustments additionally render reside within the editor so you’ll be able to see precisely what you’re doing earlier than saving.

Block level custom CSSBlock level custom CSS

A couple of issues price realizing:

  • Handiest consumer roles with the edit_css capacity — most often Directors and Editors — will see this box.
  • The CSS is saved within the block itself, so it travels with the block for those who replica or transfer it.
  • Block builders can choose out of this option of their block.json if wanted.

If you happen to’ve ever sought after to make one button a unique colour, or upload slightly of additional spacing round a unmarried symbol with out affecting anything at the web page, that is now one of the simplest ways to do it.

See the customized CSS for person block cases dev observe for complete main points.

New Blocks: Icons, Breadcrumbs, and Headings

WordPress 7.0 provides 3 new local blocks that in the past required a plugin. All are to be had right away from the block inserter.

Icons Block

You’ll be able to now insert SVG icons immediately into your content material without having a separate plugin.

The Icons block comes pre-loaded with the overall WordPress icon library, and you’ll be able to seek for icons by way of identify.

Icon library in WordPress 7Icon library in WordPress 7

You’ll be able to additionally resize, recolor, and modify spacing on every icon.

This makes it simple so as to add visible cues subsequent to characteristic lists, carrier playing cards, or pricing tables with out importing symbol recordsdata or putting in a separate plugin.

Icons block in WordPress 7.0Icons block in WordPress 7.0

Professional Tip: 3rd-party icon libraries (like Font Superior or Heroicons) aren’t incorporated in 7.0, however professional enhance for registering customized icon units is coming in WordPress 7.1.

Breadcrumbs Block

The Breadcrumbs block provides a completely purposeful breadcrumb path to any submit, web page, or customized submit sort template, with out a plugin required. It mechanically generates the path according to your web site construction.

Breadcrumbs assist guests navigate again up via your web site hierarchy — for instance, leaping from a weblog submit to its class web page — they usually’re a well known search engine optimization sign. Google makes use of them in seek consequence snippets, which will enhance how your pages seem in seek effects.

Breadcrumbs block in WordPress 7.0Breadcrumbs block in WordPress 7.0

Builders too can customise the breadcrumb pieces and taxonomy personal tastes the use of two new PHP filters that send with the block.

Headings Block

WordPress 7.0 provides a devoted Headings block that consolidates all six heading ranges (H1–H6) right into a unmarried block with integrated degree permutations.

You’ll be able to transfer between heading ranges immediately from the sidebar inspector without having to turn into the block, and all ranges are searchable and out there from the slash inserter.

This replaces the former means of putting a Heading block after which adjusting the extent one by one, making heading hierarchy extra intentional and more uncomplicated to regulate.

Correct heading construction additionally issues past simply appears as a result of display readers use it to assist visually impaired customers navigate your content material. Plus, search engines like google use it to know what a web page is ready, which will affect your search engine optimization scores.

Customizable Navigation Overlays

Cellular menu overlays within the Navigation block are now not experimental. You currently have complete keep watch over over how your cellular menu seems and behaves without having a web page builder plugin or customized code.

A brand new “Create overlay” button within the Navigation block walks you throughout the setup with a guided float and pre-built design trend choices to choose between.

Designing mobile overlay navigation menusDesigning mobile overlay navigation menus

Theme builders too can sign up a brand new navigation-overlay template section house to provide customers much more keep watch over from the web site editor.

Trend Modifying Will get Smarter

In WordPress 7.0, block patterns now default to content-only modifying mode. Whilst you click on right into a trend, you’ll see a simplified view with block icons and grouped controls in flyout menus, quite than the overall block toolbar and settings for each and every detail.

This makes modifying patterns a lot much less overwhelming, particularly for content material creators who don’t want to modify design settings, simply switch out textual content and photographs.

Pattern in isolate modePattern in isolate mode

Professional Tip: If you happen to’re a developer or complicated consumer who prefers complete get admission to to trend internals, you’ll be able to disable content-only mode by way of including a filter out on your theme or plugin:

add_filter( 'block_editor_settings_all', serve as( $settings ) {
    $settings['disableContentOnlyForUnsyncedPatterns'] = true;
    go back $settings;
} );

If you happen to use the Gallery block with the lightbox characteristic enabled, WordPress 7.0 provides again/subsequent navigation buttons.

This permits guests to flick through your pictures with out final the lightbox.

Image lightbox has navigation buttons to browse gallery imagesImage lightbox has navigation buttons to browse gallery images

Arrow key navigation additionally works, so guests can press the left and proper arrow keys to transport between pictures. Any pictures with the lightbox personally disabled are mechanically skipped within the series.

Below the Hood Adjustments in WordPress 7.0 🔧

If you happen to construct WordPress issues or plugins, 7.0 comprises a number of developer-focused additions price realizing about.

Pseudo-Component Toughen in theme.json

Theme builders can now taste :hover, :concentration, :focus-visible, and :lively states immediately in theme.json , with out a customized CSS report wanted. This works for blocks and elegance permutations, supplying you with cleaner, extra maintainable theme code.

See the dev observe on pseudo-element enhance for blocks and their permutations in theme.json for complete main points.

PHP-Handiest Block Registration

You’ll be able to now sign up a completely purposeful block the use of solely PHP, with out a JavaScript required for fundamental capability. This turns out to be useful for server-side blocks and decreases the overhead for easy use circumstances.

Complete main points are within the PHP-only block registration dev observe.

Block Selectors API

Blocks can now claim a selectors.css access in block.json to inform WordPress precisely which CSS selector to make use of when making use of World Types. This provides theme and plugin builders actual keep watch over over how types are scoped, which turns out to be useful when a block’s default CSS selector doesn’t fit the detail you want to focus on.

Font Library Will get a Devoted Web page

The Font Library has two important upgrades in 7.0.

It now has a devoted font control web page within the dashboard. It is a unmarried position the place you and your group can set up, add, and set up fonts irrespective of which theme sort you’re the use of.

And it now works throughout all theme varieties: block issues, hybrid issues, and vintage issues alike. In the past it was once restricted to dam issues with Complete Web site Editor enhance (#73971, #73876).

Font library is now available for classic themesFont library is now available for classic themes
WP-CLI 3.0

WP-CLI 3.0 is freeing along WordPress 7.0, including two new command units: wp block for read-only block entity get admission to, and the brand new wp talent instructions for running with the AI Talents API.

You’ll be able to apply the newest at the Make WordPress CLI weblog.

wp-env: phpMyAdmin on Playground Runtime

The wp-env native building device now helps phpMyAdmin at the Playground runtime, attaining characteristic parity with the Docker runtime. Permit it by way of including "phpmyadmin": true on your .wp-env.json report.

Extra main points are within the What’s new for builders? (March 2026) submit.

OPCache in Web site Well being

Web site Well being now comprises OPCache data beneath Equipment » Web site Well being » Information » Server (#63697), making it more uncomplicated to diagnose efficiency problems associated with PHP opcode caching.

Iframed Editor

The submit editor now mechanically switches to an iframed structure when all blocks in a submit are the use of Block API model 3 or larger. This improves editor balance and function.

If a submit accommodates older blocks that use an previous API model, the iframe is skipped to maintain backward compatibility. Plugin and theme builders must test their blocks’ API model declarations in the event that they understand sudden editor habits after updating.

Complete main points are within the iframed editor adjustments dev observe.

Extra Safe Person Registration Defaults

The Administrator and Editor roles were got rid of from the brand new consumer default position selector beneath Settings » Common. This prevents websites from by accident assigning high-privilege roles to new accounts by way of default.

Web site Well being will show an alert in case your web site had a type of roles set because the default earlier than updating. Builders too can use the brand new default_role_dropdown_excluded_roles filter out to customise which roles are excluded.

PHP Necessities

WordPress 7.0 units the minimal PHP model at 7.4, even though the core group strongly recommends PHP 8.3 or 8.4 for efficiency and safety.


Miscellaneous Improvements in WordPress 7.0

Listed here are a couple of smaller enhancements additionally incorporated on this unlock:

  • Duvet blocks now enhance video embeds by way of URL, so that you now not want to add the video report to make use of it as a canopy background.
Video background for cover blockVideo background for cover block
  • Textual content alignment has been standardized throughout 8 further blocks: Submit Creator Biography, Submit Creator Title, Submit Feedback Depend, Submit Feedback Shape, Submit Feedback Hyperlink, Submit Phrases, Submit Time to Learn, and Time period Description.
  • Interactivity API provides a brand new watch() serve as for cleaner side-effect patterns in interactive blocks.
  • DataViews and DataForm applications won important updates together with new layouts, validation regulations, and grouping enhancements. Plugin builders the use of @wordpress/dataviews must overview the breaking adjustments.

Observe: Consumer-Aspect Media Processing, which was once previewed all through the beta cycle, was once moved to a standalone plugin earlier than the 7.0 unlock and is now not incorporated in core. It’s going to proceed to be advanced and would possibly go back in a long term unlock.


Ultimate Ideas on WordPress 7.0

We’ve been following WordPress 7.0 building from making plans to unlock, and it’s in truth thrilling to peer such a lot of long-awaited options in the end send.

The brand new AI Connectors display units a powerful basis for a way WordPress will combine with AI going ahead, and the editor enhancements, together with responsive block visibility and per-block customized CSS, give web site developers and content material creators the equipment they’ve been short of for a very long time.

If you happen to haven’t up to date but, we suggest backing up your WordPress web site first, then updating.

And for those who’re on a hectic or mission-critical web site, imagine trying out on a staging surroundings earlier than pushing to manufacturing. When you’re in, put aside a couple of mins to discover the brand new options, particularly the Connectors display and the revisions enhancements. They’re simple to pass over however in truth helpful.

If you happen to preferred this text, then please subscribe to our YouTube Channel for WordPress video tutorials. You’ll be able to additionally to find us on Twitter and Fb.

WPBeginner Highlight 27: WordPress 7.1, WPVibe AI All over, and a New Option to Report Your Display
WPBeginner Highlight 27: WordPress 7.1, WPVibe AI All over, and a New Option to Report Your Display by in Blog

August used to be a large month for WordPress. WordPress 7 ...

01 Sep, 2026 7  Person Liked it

WordPress.com Changelog: A New Web hosting Dashboard, a ChatGPT Plugin, and WordPress 7.1
WordPress.com Changelog: A New Web hosting Dashboard, a ChatGPT Plugin, and WordPress 7.1 by in Blog

August 14 – 27, 2026 Welcome again to the WordPr ...

30 Aug, 2026 7  Person Liked it

Your WordPress.com Website Now Works from Within ChatGPT
Your WordPress.com Website Now Works from Within ChatGPT by in Blog

You'll now set up your WordPress.com web page from Ch ...

27 Aug, 2026 6  Person Liked it

Offer Ends Tonight 12 PM

Lifetime Membership with Unlimited Access