[{"@context":"https:\/\/schema.org\/","@type":"BlogPosting","@id":"https:\/\/xn--adrimadiseo-beb.com\/uncategorized\/whats-new-in-wordpress-7-0-features-screenshots\/#BlogPosting","mainEntityOfPage":"https:\/\/xn--adrimadiseo-beb.com\/uncategorized\/whats-new-in-wordpress-7-0-features-screenshots\/","headline":"What&#8217;s New in WordPress 7.0? (Features &#038; Screenshots)","name":"What&#8217;s New in WordPress 7.0? (Features &#038; Screenshots)","description":"WordPress 7.0 is finally here \ud83e\udd73, and we\u2019ve been testing it since the early beta. It\u2019s the first major release of 2026, and it\u2019s a ... <a title=\"What&#8217;s New in WordPress 7.0? (Features &#038; Screenshots)\" class=\"read-more\" href=\"https:\/\/xn--adrimadiseo-beb.com\/uncategorized\/whats-new-in-wordpress-7-0-features-screenshots\/\" aria-label=\"M\u00e1s en What&#8217;s New in WordPress 7.0? (Features &#038; Screenshots)\">Leer m\u00e1s<\/a>","datePublished":"2026-05-21","dateModified":"2026-05-21","author":{"@type":"Person","@id":"https:\/\/xn--adrimadiseo-beb.com\/author\/mitzamitza-es\/#Person","name":"adrimadise\u00f1o","url":"https:\/\/xn--adrimadiseo-beb.com\/author\/mitzamitza-es\/","image":{"@type":"ImageObject","@id":"https:\/\/secure.gravatar.com\/avatar\/4f04015a3698191a873267b006e8e8789ce30b6ee841a5518a6033860d50fe16?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4f04015a3698191a873267b006e8e8789ce30b6ee841a5518a6033860d50fe16?s=96&d=mm&r=g","height":96,"width":96}},"publisher":{"@type":"Organization","name":"adrimadise\u00f1o.com","logo":{"@type":"ImageObject","@id":"https:\/\/xn--adrimadiseo-beb.com\/wp-content\/uploads\/2022\/05\/cropped-logo_adrima.png","url":"https:\/\/xn--adrimadiseo-beb.com\/wp-content\/uploads\/2022\/05\/cropped-logo_adrima.png","width":450,"height":90}},"image":{"@type":"ImageObject","@id":"https:\/\/xn--adrimadiseo-beb.com\/wp-content\/uploads\/2026\/05\/whats-new-wp-7-og.png","url":"https:\/\/xn--adrimadiseo-beb.com\/wp-content\/uploads\/2026\/05\/whats-new-wp-7-og.png","height":671,"width":1200},"url":"https:\/\/xn--adrimadiseo-beb.com\/uncategorized\/whats-new-in-wordpress-7-0-features-screenshots\/","about":["Uncategorized"],"wordCount":2667,"articleBody":"WordPress 7.0 is finally here \ud83e\udd73, and we\u2019ve been testing it since the early beta. It\u2019s the first major release of 2026, and it\u2019s a big one, with a brand-new AI Connectors screen, responsive block controls, and a refreshed admin experience that makes the dashboard feel like a modern web app.Whether you run a small blog or a large multi-author site, WordPress 7.0 brings changes that will affect the way you create and manage content.Here\u2019s everything that\u2019s new in WordPress 7.0:\ud83d\udccc Note: Real-time collaboration (RTC) was originally planned for WordPress 7.0, and we covered it in our What\u2019s Coming in WordPress 7.0 post. It was pulled before release because the core team wasn\u2019t confident the current approach was robust enough, citing concerns around race conditions, server load, and memory efficiency. The feature is still in active development and can be tested via the Gutenberg plugin. We\u2019ll cover it properly when it ships.Connect WordPress to AI with the New Connectors Screen \ud83e\udd16 WordPress 7.0 now gives you a central place to connect your site to AI services with no third-party plugin required.A new Settings \u00bb Connectors screen lets you install and configure AI provider packages directly from your WordPress dashboard.Think of it like a plugin directory, but specifically for AI. You choose your provider, enter your credentials once, and every plugin or theme that supports the AI API can tap into that connection automatically.At launch, three providers are available: OpenAI (ChatGPT), Google (Gemini), and Anthropic (Claude). Once a connector is installed and authenticated, any plugin that uses the WordPress AI API will work with your chosen provider, without you needing to configure API keys in multiple places.There are a ton of WordPress AI plugins that can now use your selected AI platform to provide AI features. Until now many companies were either asking you to enter your API keys or purchase credits from them. The connectors store credentials securely and handle communication between WordPress and the AI provider in a standardized way.Pro Tip: If you\u2019d prefer to disable all AI features entirely \u2014 for privacy reasons or to keep things simple \u2014 you can add define( 'WP_AI_SUPPORT', false ); to your wp-config.php file. This turns off all LLM-related features across the site.A Refreshed Admin Experience \u2728The WordPress admin area has a new look in 7.0, including updated color schemes, cleaner typography, and smoother transitions between screens.It\u2019s not a complete redesign, but in practice this means less waiting as you move between screens. For example, clicking from Posts to Settings to the editor no longer triggers a full page reload each time. The cleaner layout and higher-contrast typography also make it easier to find what you\u2019re looking for, which adds up when you\u2019re publishing frequently or jumping between settings.Related: See the evolution of the WordPress user interface.Command Palette Is Now Available EverywhereOne of the most useful additions is that the Command Palette, which was previously only available inside the block editor, is now accessible from anywhere in the admin. Just press \u2318K on Mac or Ctrl+K on Windows\/Linux to open it from any screen.From there, you can quickly navigate to any page, open settings, search posts, or run common actions without touching the mouse. If you\u2019ve ever used the command palette in VS Code or Figma, then this will feel immediately familiar.Note: This is entirely optional. If keyboard shortcuts aren\u2019t your thing, you don\u2019t need to learn this because all the same actions are still available through the normal menus. It\u2019s a power-user shortcut for people who want to move faster.Responsive Block Visibility by Device \ud83d\udcf1WordPress 7.0 introduces a feature that page builder plugins have offered for years, now built right into the core block editor: the ability to show or hide any block depending on whether a visitor is on a phone, tablet, or desktop.Whether you want to display a larger image on desktop and swap it for a compact version on mobile, or hide a sidebar element entirely on smaller screens, you can now do all of this without touching a line of CSS.To use it, select any block and look for the new visibility options in the block toolbar or the block inspector sidebar. A visibility modal lets you choose which device types \u2014 desktop, tablet, or mobile \u2014 to hide the block on. Any changes you make only affect the viewports you choose, and other screen sizes are untouched.Here are some more details:Blocks with active visibility rules show a small device icon in List View, so you can see at a glance which blocks have restrictions applied.Visibility controls are also available from the Command Palette.You can apply different styles per breakpoint. For example, different font sizes or spacing on mobile, and even customize where breakpoints are defined.For more details, see the block visibility dev note.Smarter Visual Revisions \ud83d\udd53WordPress has had a revisions system for years, but 7.0 makes it much easier to see what actually changed between versions. You can now compare two revisions side by side in the editor, with color-coded overlays highlighting every difference.Here\u2019s a summary of the color-coding system:Green outlines = blocks that were addedRed outlines = blocks that were removedYellow outlines = blocks with modified settingsFor text, green with underline = added text, red with strikethrough = removed textThe sidebar now also shows changed block attributes alongside the visual diff, so you can see exactly what settings were changed, not just where.This is a major improvement for anyone who manages a multi-author site or wants to review content changes before publishing. But it\u2019s just as useful if you\u2019re the only person editing. It makes it much easier to spot what you accidentally deleted or changed when you want to roll back to an earlier version.Custom CSS for Individual Blocks \u270f\ufe0fBefore WordPress 7.0, making a small one-off style tweak to a single block required a workaround, usually involving the Additional CSS panel, Global Styles, or manually adding a custom CSS class. WordPress 7.0 changes that with a new Custom CSS field built directly into the block inspector.Just select any block, open the Advanced panel in the inspector sidebar, and you\u2019ll find a new Custom CSS field. Whatever you type there applies only to that specific block instance, so nothing else on the page or site is affected. Changes also render live in the editor so you can see exactly what you\u2019re doing before saving.A few things worth knowing:Only user roles with the edit_css capability \u2014 typically Administrators and Editors \u2014 will see this field.The CSS is stored inside the block itself, so it travels with the block if you duplicate or move it.Block developers can opt out of this feature in their block.json if needed.If you\u2019ve ever wanted to make one button a different color, or add a bit of extra spacing around a single image without affecting anything else on the page, this is now the easiest way to do it. See the custom CSS for individual block instances dev note for full details.New Blocks: Icons, Breadcrumbs, and Headings WordPress 7.0 adds three new native blocks that previously required a plugin. All are available immediately from the block inserter.Icons BlockYou 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, recolor, and adjust spacing on each icon. This makes it easy to add visual cues next to feature lists, service cards, or pricing tables without uploading image files or installing a separate plugin.Pro Tip: Third-party icon libraries (like Font Awesome or Heroicons) aren\u2019t included in 7.0, but official support for registering custom icon sets is coming in WordPress 7.1.Breadcrumbs BlockThe Breadcrumbs block adds a fully functional breadcrumb trail to any post, page, or custom post type template, with no plugin required. It automatically generates the trail based on your site structure.Breadcrumbs help visitors navigate back up through your site hierarchy \u2014 for example, jumping from a blog post to its category page \u2014 and they\u2019re a well-known SEO signal. Google uses them in search result snippets, which can improve how your pages appear in search results.Developers can also customize the breadcrumb items and taxonomy preferences using two new PHP filters that ship with the block.Headings BlockWordPress 7.0 adds a dedicated Headings block that consolidates all six heading levels (H1\u2013H6) into a single block with built-in level variations. You can switch between heading levels directly from the sidebar inspector without needing to transform the block, and all levels are searchable and accessible from the slash inserter.This replaces the previous approach of inserting a Heading block and then adjusting the level separately, making heading hierarchy more intentional and easier to manage. Proper heading structure also matters beyond just looks because screen readers use it to help visually impaired users navigate your content. Plus, search engines use it to understand what a page is about, which can influence your SEO rankings.Customizable Navigation Overlays Mobile menu overlays in the Navigation block are no longer experimental. You now have full control over how your mobile menu appears and behaves without needing a page builder plugin or custom code.A new \u201cCreate overlay\u201d button in the Navigation block walks you through the setup with a guided flow and pre-built design pattern options to choose from.Theme developers can also register a new navigation-overlay template part area to give users even more control from the site editor.Pattern Editing Gets SmarterIn WordPress 7.0, block patterns now default to content-only editing mode. When you click into a pattern, you\u2019ll see a simplified view with block icons and grouped controls in flyout menus, rather than the full block toolbar and settings for every element.This makes editing patterns much less overwhelming, especially for content creators who don\u2019t need to adjust design settings, just swap out text and images.Pro Tip: If you\u2019re a developer or advanced user who prefers full access to pattern internals, you can disable content-only mode by adding a filter to your theme or plugin:add_filter( 'block_editor_settings_all', function( $settings ) {    $settings['disableContentOnlyForUnsyncedPatterns'] = true;    return $settings;} );Gallery Lightbox Gets Navigation \ud83d\uddbc\ufe0fIf you use the Gallery block with the lightbox feature enabled, WordPress 7.0 adds back\/next navigation buttons.This allows visitors to browse through your images without closing the lightbox.Arrow key navigation also works, so visitors can press the left and right arrow keys to move between images. Any images with the lightbox individually disabled are automatically skipped in the sequence.Under the Hood Changes in WordPress 7.0 \ud83d\udd27If you build WordPress themes or plugins, 7.0 includes several developer-focused additions worth knowing about.Pseudo-Element Support in theme.jsonTheme developers can now style :hover, :focus, :focus-visible, and :active states directly in theme.json\u00a0, with no custom CSS file needed. This works for blocks and style variations, giving you cleaner, more maintainable theme code. See the dev note on pseudo-element support for blocks and their variations in theme.json for full details.PHP-Only Block RegistrationYou can now register a fully functional block using only PHP, with no JavaScript required for basic functionality. This is useful for server-side blocks and reduces the overhead for simple use cases. Full details are in the PHP-only block registration dev note.Block Selectors APIBlocks can now declare a selectors.css entry in block.json to tell WordPress exactly which CSS selector to use when applying Global Styles. This gives theme and plugin developers precise control over how styles are scoped, which is useful when a block\u2019s default CSS selector doesn\u2019t match the element you need to target.Font Library Gets a Dedicated PageThe Font Library has two significant upgrades in 7.0. It now has a dedicated font management page in the dashboard. This is a single place where you and your team can manage, upload, and install fonts regardless of which theme type you\u2019re using. And it now works across all theme types: block themes, hybrid themes, and classic themes alike. Previously it was limited to block themes with Full Site Editor support (#73971, #73876).WP-CLI 3.0WP-CLI 3.0 is releasing alongside WordPress 7.0, adding two new command sets: wp block for read-only block entity access, and the new wp ability commands for working with the AI Abilities API. You can follow the latest on the Make WordPress CLI blog.wp-env: phpMyAdmin on Playground RuntimeThe wp-env local development tool now supports phpMyAdmin on the Playground runtime, reaching feature parity with the Docker runtime. Enable it by adding \"phpmyadmin\": true to your .wp-env.json file. More details are in the What\u2019s new for developers? (March 2026) post.OPCache in Site HealthSite Health now includes OPCache information under Tools \u00bb Site Health \u00bb Info \u00bb Server (#63697), making it easier to diagnose performance issues related to PHP opcode caching.Iframed EditorThe post editor now automatically switches to an iframed layout when all blocks in a post are using Block API version 3 or higher. This improves editor stability and performance. If a post contains older blocks that use an earlier API version, the iframe is skipped to preserve backward compatibility. Plugin and theme developers should verify their blocks\u2019 API version declarations if they notice unexpected editor behavior after updating. Full details are in the iframed editor changes dev note.More Secure User Registration DefaultsThe Administrator and Editor roles have been removed from the new user default role selector under Settings \u00bb General. This prevents sites from accidentally assigning high-privilege roles to new accounts by default. Site Health will display an alert if your site had one of those roles set as the default before updating. Developers can also use the new default_role_dropdown_excluded_roles filter to customize which roles are excluded.PHP RequirementsWordPress 7.0 sets the minimum PHP version at 7.4, though the core team strongly recommends PHP 8.3 or 8.4 for performance and security.Miscellaneous Enhancements in WordPress 7.0 Here are a few smaller improvements also included in this release:Cover blocks now support video embeds via URL, so you no longer need to upload the video file to use it as a cover background.Text alignment has been standardized across 8 additional blocks: Post Author Biography, Post Author Name, Post Comments Count, Post Comments Form, Post Comments Link, Post Terms, Post Time to Read, and Term Description.Interactivity API adds a new watch() function for cleaner side-effect patterns in interactive blocks.DataViews and DataForm packages received significant updates including new layouts, validation rules, and grouping improvements. Plugin developers using @wordpress\/dataviews should review the breaking changes.Note: Client-Side Media Processing, which was previewed during the beta cycle, was moved to a standalone plugin before the 7.0 release and is not included in core. It will continue to be developed and may return in a future release.Final Thoughts on WordPress 7.0We\u2019ve been following WordPress 7.0 development from planning to release, and it\u2019s genuinely exciting to see so many long-awaited features finally ship. The new AI Connectors screen sets a strong foundation for how WordPress will integrate with AI going forward, and the editor improvements, including responsive block visibility and per-block custom CSS, give site builders and content creators the tools they\u2019ve been wanting for a long time.If you haven\u2019t updated yet, we recommend backing up your WordPress site first, then updating. And if you\u2019re on a busy or mission-critical site, consider testing on a staging environment before pushing to production. Once you\u2019re in, set aside a few minutes to explore the new features, especially the Connectors screen and the revisions improvements. They\u2019re easy to miss but genuinely useful.If you liked this article, then please subscribe to our\u00a0YouTube Channel\u00a0for WordPress video tutorials. You can also find us on\u00a0Twitter\u00a0and Facebook.                                                                                                                                                                                                                                                                                                                                                                        "},{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Uncategorized","item":"https:\/\/xn--adrimadiseo-beb.com\/uncategorized\/#breadcrumbitem"},{"@type":"ListItem","position":2,"name":"What&#8217;s New in WordPress 7.0? (Features &#038; Screenshots)","item":"https:\/\/xn--adrimadiseo-beb.com\/uncategorized\/whats-new-in-wordpress-7-0-features-screenshots\/#breadcrumbitem"}]}]