9 June 2026 | WordPress

What’s new in WordPress 7.0

WordPress 7.0 is the first major WordPress release of 2026 and introduces a range of improvements to make websites easier to manage, customise, and maintain.

While many of the updates are aimed at developers, there are also several changes that website owners will notice, including a refreshed dashboard, improved content editing tools, better image galleries, and new options for managing mobile layouts.

Let’s look at some of the highlights.

WordPress version 7.0
Before you update

Before updating, make sure you have a recent backup of your website. We recommend making a complete backup that includes your WordPress database, files, themes, plugins, media library, etc.

If you’re on a Good Websites WordPress Maintenance Plan, you don’t need to worry about any of this. We handle WordPress and plugin updates, as well as backups, for you.

AI integration

One of the biggest additions in WordPress 7.0 is built-in support for connecting your website to AI services.

Rather than relying entirely on third-party plugins, WordPress now provides a central place to manage AI connections. This makes it easier to connect services such as ChatGPT, Gemini, or Claude and use AI-powered features throughout your website.

Depending on how you use your website, AI can help with tasks such as:

  • Generating page titles and summaries
  • Creating image descriptions (alt text)
  • Assisting with content creation
  • Editing images

WordPress Development Note

If you’d prefer to disable all AI features entirely, for privacy reasons or to keep things simple, you can add define( ‘WP_AI_SUPPORT’, false ); to your wp-config.php file. This turns off all LLM-related features across the site.

WordPress 7.0 AI integration features

A refreshed dashboard

The WordPress dashboard has received a visual refresh. You’ll notice cleaner typography, improved contrast, smoother transitions between screens, and a more modern appearance throughout the admin area. The changes aren’t dramatic, but they make WordPress feel more polished and easier to use.

WordPress 7.0 refreshed dashboard

Easier content editing

Several improvements make editing content more straightforward.

The Command Palette is now available throughout the WordPress admin area, allowing you to quickly jump between pages, settings, and content without digging through menus or touching your mouse.

Just press ⌘K on Mac or Ctrl+K on Windows to open it from any screen.

WordPress also introduces better revision comparisons, making it easier to see exactly what changed between different versions of a page or post. You can now compare two revisions side by side in the editor, with colour-coded overlays highlighting every difference.

WordPress 7.0 better revision comparisons

Better control through block visibility by device

You now have more control over how content appears on different devices. Blocks can be hidden individually for mobile, tablet, or desktop screens. This makes it easier to create layouts that work well on smaller screens without needing custom code or extra plugins.

Improved image gallery block

If you use the image gallery block on your website, visitors can now move between images directly in the lightbox via the new back/next navigation buttons. It’s a small change, but it creates a smoother browsing experience, especially for portfolios, galleries, and project showcases.

Custom CSS for individual blocks

Usually, making a small one-off style tweak to a single block required a workaround, such as using the Additional CSS panel, Global Styles, or manually adding a custom CSS class. This is all changed with a new Custom CSS field built directly into the block inspector. Style every detail of content with custom CSS at the block level, right in your post or page.

New blocks and navigation improvements

Icons Block

You can now insert SVG icons directly into your content without needing a separate plugin. The Icons block comes pre-loaded with the full WordPress icon library, and you can search for icons by name. You can also resize, recolour, and adjust spacing on each icon.

Breadcrumbs Block

The Breadcrumbs block adds a fully functional breadcrumb navigation to any post, page, or custom post type template, with no plugin required. It automatically generates the navigation based on your site structure.

Headings Block

WordPress 7.0 adds a dedicated Headings block that consolidates all six heading levels (H1 to H6) into a single block with built-in level variations. This replaces the previous approach of inserting a Heading block and then adjusting the level separately. Different heading levels now appear as full block variations. You can directly select the desired heading level or modify it with one click.

Customizable Navigation Overlays

WordPress 7.0 introduces new possibilities for creating mobile overlay menus. You now have full control over how your mobile menu appears and behaves without needing a plugin or custom code.

What does this mean for you?

WordPress 7.0 continues the trend by making content management easier, adding more flexibility in mobile layouts, and laying the foundation for future AI-powered tools. For most website owners, the update makes WordPress easier and more enjoyable to use while giving developers more tools to build better websites.

Under the hood

Most website owners won’t notice these changes directly, but they help developers build faster, cleaner, and more reliable WordPress websites.

  • Improved theme styling – Theme developers can now control hover, focus, and active states directly in WordPress theme settings, reducing the need for custom CSS and making themes easier to maintain.
  • PHP-only block registration – Developers can create basic custom blocks using PHP alone, simplifying development for certain types of blocks.
  • Better Global Styles support – The new Block Selectors API gives developers more control over how Global Styles are applied across different blocks.
  • Dedicated Font Library page – The Font Library now has its own management screen and works across block, hybrid, and classic themes.
  • WP-CLI 3.0 – Developers and hosting providers gain new command-line tools for managing blocks and AI-related features.
  • More Site Health information – WordPress now displays OPCache information in Site Health, making it easier to diagnose performance issues.
  • Improved editor performance – The editor can now use an isolated iframe layout in more situations, improving stability and reducing conflicts between editor and website styles.
  • Safer user registration settings – Administrator and Editor roles are no longer available as default registration roles, helping prevent accidental security issues.
  • Updated PHP requirements – WordPress 7.0 requires PHP 7.4 or newer, with PHP 8.3 and 8.4 recommended for optimal performance and security.