Hi there,
After a four-week break — courtesy of a sciatic nerve with strong opinions — I’m happy to be back in by office chair and in your inbox. There is plenty to catch up on.
Beyond the updates on the new WordPress and Gutenberg versions, you’ll find stories below from WordPress veterans on migrating to and working with block themes on client sites and dive into more complex theme solutions or
Don’t let me keep you from your light summer reading.
Have a splendid weekend ahead!
Yours, 
Birgit
Developing Gutenberg and WordPress
The team around release lead Aaron Jorbin pushed WordPress 7.0.1 Maintenance release out the door to update millions of WordPress sites. The update covers 17 Trac tickets and 14 Gutenberg PRs. The full list is available in the RC 1 announcement post from last week.
In WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches, I cover the most important fixes for end users and developers of this release. You’ll learn how the registration-spam loophole got closed, which admin design glitches were sanded off, and why developers can finally remove their wp_kses() CSS workarounds. Update your sites soon if auto-updates aren’t enabled.
Ryan Welcher compiled What’s new for developers (July 2026), and it’s all about the 7.1 cycle getting real: Beta 1 lands July 15, final release August 19 at WordCamp US. You’ll want to test responsive styling, the React 19 runtime flag, and Unicode email addresses now. Also on your radar: merge proposals for Core Abilities and Guidelines, the 40px component default, icons inheriting color, and Playground’s MCP support.
Berislav “Bero” Grgičak announced what’s new in Gutenberg 23.5, released July 1. The headliner: you can now drag the editor canvas to any width, with the device preview dropdown and resize handles working together for responsive editing. The experimental Media editor gains a magnified crop canvas, pixel-snapping handles, and Cover block support. Also notable: text shadows in Global Styles, flip and rotate controls for the Icon block, and a minimum WordPress version bump to 6.9.
For the next episode of the Gutenberg Changelog, I sat down with Ellen Bauer to chat about what’s coming next for WordPress. We dug into the latest Gutenberg plugin releases (23.4 and 23.5) and the recent WordPress 7.1 update. Plus, we walked through some big merge proposal, like the Design System Theming. our excitement around responsive styling coming to WordPress. It’s a packed episode full of news you won’t want to miss! The episode will land in your favorite podcast app over the weekend.

WordPress 7.1 roadmap and more calls for testing
Anne McCarthy published Roadmap to WordPress 7.1., scheduled for August 19, 2026. Longstanding styling gaps are being tackled: responsive styling and interactive-state styling let you adjust blocks per viewport or on hover — no custom CSS required. You’ll also find new Playlist, Table of Contents, and Tabs blocks, a smarter command palette, a Design → Identity screen, the admin bar inside the editors, a media editor modal, and expanded Unicode support for email addresses.
Also mentioned Real-time collaboration, Knowledge Guidelines, React 19 upgrade, Classic block deprecation have been punted since the posts came out. Beta 1 arrives July 15 and will settle which of the other Roadmap features are in and which will be punted to a future release.
The latest Weekend Edition listed three calls for testing. Meanwhile, two more came online:
Nikunj Hatkar, this year’s team rep of the Core Test team, posted a call for testing responsive styling. You’ll be able to style blocks differently for tablet and mobile right in the editor — no custom CSS or media queries needed. The underlying PR unifies the resizable canvas with the device-preview switcher. Fire up the linked WordPress Playground instance, walk through the four test scenarios, and share what feels intuitive or broken. Plugin and theme developers should test their canvas integrations, too.
Dennis Snell published a call for testing Unicode email addresses. With initial support merged, is_email() and sanitize_email() now accepting non-ASCII addresses like grå@grå.org, and validation aligns with the Web Hypertext Application Technology Working Group (WHATWG) spec. You’ll want to check your plugins and themes: the new WP_Email_Address class gives you structured access to local and domain parts, and a snippet lets you disable Unicode support until third-party integrations catch up.
Three Merge Proposals
Core contributors put together three merge proposal for new features to be added to Core for public comment.
Jorge Costa published a merge proposal to expand WordPress Core Abilities in WordPress, adding three read-only abilities covering settings, content, and users. Building on the Abilities API from 6.9, they give the AI Client real tools to call, so agents can understand your site’s configuration, posts, and people. Settings and post types opt in through a dedicated flag, and management abilities are planned for a later WordPress version.
Greg Ziółkowski published a merge proposal for Guidelines built on Knowledge, a new custom post type headed for WordPress 7.1. Knowledge gives your site one shared home for standards, memories, and notes — with revisions, capabilities, and REST access built in. Guidelines is the first feature on top, letting you capture voice, tone, and per-block rules right where writing happens. Although, originally aimed at WordPress 7.1, in their latest comment, Anne McCarthy indicated that it needs to simmer some more before it’s considered for inclusion in WordPress Core.
Andrew Duthie published a merge proposal for Design System Theming, bringing design tokens and a new theme component to WordPress. Built by the Gutenberg Components Team, it turns hard-coded admin styles into CSS custom properties, so your plugins and screens stay consistent and accessible. A color ramp tool generates harmonious, accessible scales from just two seed colors, and the user color scheme reaches the Site Editor — with dark mode on the horizon.
Plugins, Themes, and Tools for #nocode site builders and owners
Anne Katzeff published a tutorial exploring the WordPress Cover Block for parallax scrolls. You’ll learn how the Fixed Background setting turns a Cover block into a layered parallax effect — background, middle ground, and foreground text moving at different speeds. The post steps through nesting a second Cover block, switching which layer scrolls, and improving text readability with grouped backgrounds. A video tutorial rounds it out. She also demos her process in this YouTube video.
Carrie Dils shared a case study, One Header, Two Themes, on phasing a legacy Elementor site toward Full Site Editing without a rebuild or content freeze. Using ThemeSwitcher Pro to run two themes side-by-side, she built one shared header in a plugin that both themes render. You’ll learn from five real-world snags — WooCommerce’s hooked blocks, cascade conflicts, routing gaps, query-string bypasses — and why shipping the shared layer first de-risks everything after.
Gina Lucia compared WordPress block themes vs page builders on the Ollie blog. You’ll get a clear-eyed walkthrough of what classic themes, page builders, and block themes each handle — scope, design control, performance, lock-in, and maintenance — with side-by-side tables. Her conclusion: block themes combine sitewide design control with visual editing natively, so you rarely need a page builder anymore, though migration costs and team habits can justify keeping one.
Elliott Richmond explained why he spent 16 months turning 400+ holiday cottages into WordPress blocks. The kate & tom’s site moved from ACF flexible content to a native block theme, freeing the marketing team from waiting on custom widgets. You’ll appreciate his candor: 10,590 widgets migrated via a purpose-built plugin, re-run against fresh production snapshots, with flaky conversions fixed by hand. Even untuned, PageSpeed jumped from 22 to 67.
Wes Theron published a video tutorial, How to Create and Edit Navigation Menus in WordPress, for anyone getting comfortable with block themes. In under ten minutes, you’ll learn how to edit your menu with the Navigation block, add pages, posts, categories, and custom links, and build dropdown menus. Timestamps let you jump straight to the part you need — handy if dropdowns are the only thing standing between you and a finished header.
Theme Development for Full Site Editing and Blocks
Henrique Iamarino shared how the Automattic Design team built a WordPress theme without ever opening Figma. You’ll follow the making of Crafted, a production-ready theme created almost entirely in the WordPress Editor: Global Styles for typography and spacing, Create Block Theme to save edits to theme files, WordPress Studio for local review, and an AI assistant for finishing-touch hover CSS. His takeaway: the Editor is now a professional design surface.
Justin Tadlock explained how to dynamically load template parts in block themes on the Developer Blog. Instead of maintaining a pile of near-identical templates, you can hook into the render_block_data filter and swap a template part’s slug on the fly — say, a different sidebar per post category. His walkthrough covers early returns, fallback behavior, and file setup, and the technique works for headers, footers, and banners, too.
AI and WordPress
Jeff Paul announced what’s new in AI 1.1.0, the latest release of the canonical AI plugin. Two experiments headline, type-ahead text suggests inline ghost text as you write in the block editor, and key encryption secures your AI Connector API keys in the database. You’ll also find smarter content readiness checks with locale-aware counting, more control over guest comment moderation, a new core/read-settings Ability, and a peek at 1.2.0 plans.
Questions? Suggestions? Ideas?
Don’t hesitate to send them via email or
send me a message on WordPress Slack or Twitter @bph.
For questions to be answered on the Gutenberg Changelog,
send them to changelog@gutenbergtimes.com
Discover more from Complete Nursing Solution
Subscribe to get the latest posts sent to your email.
The latest episode is 
My developer is trying to persuade me to move to .net from
PHP. I have always disliked the idea because of the costs.
But he’s tryiong none the less. I’ve been using Movable-type on several websites for about a year and am worried about switching
to another platform. I have heard excellent things about blogengine.net.
Is there a way I can import all my wordpress posts into it?
Any kind of help would be really appreciated!
I am sure this piece of writing has touched all the internet visitors, its
really really good article on building up new blog.
Great explanations that were easy to understand.
I appreciate the time and effort that clearly went into writing this.
Great information presented in a way that’s easy for anyone to understand.
I appreciate the effort that went into writing this. The examples and explanations made it much easier to follow along.
This was one of the easiest articles I’ve read on the topic.
Excellent read. I learned something new today.
I appreciate how practical the advice was throughout the article.
I appreciate how organized the article was. It flowed naturally from one section to the next.
Great read. The information was presented in a logical and easy-to-follow way.
I learned something new from this article and appreciate the effort behind it.
I found this article both helpful and enjoyable to read.
The writing style made the content approachable and enjoyable to read.
I enjoyed this article. It was both useful and easy to follow.
I appreciate the effort that went into writing this. It’s refreshing to find content that’s actually helpful.
Thanks for sharing your perspective on this topic.
Thanks for writing such an informative article. I’ll definitely be looking out for more content like this in the future.
Thanks for making the topic easier to understand.
Great explanations and practical advice.
This article was well structured and easy to read. I appreciate how clearly everything was explained.
The article was informative without feeling too long or repetitive.
Great read. I appreciate the straightforward explanations.
I really liked the flow of this article. Each section built naturally on the previous one.
Great explanations throughout the entire article.
Thanks for creating such a useful resource for readers.
This article helped me gain a better understanding of the topic.
Great article. It covered everything I was hoping to learn.
Thanks for sharing your insights.
I appreciate the effort that went into writing this. The examples and explanations made it much easier to follow along.
I appreciated the logical flow and organization of the article.
I found this article insightful and well written.
I found this guide very useful and well written.
I enjoyed how clearly everything was explained.
Thanks for sharing your knowledge on this topic.
I found this article both educational and enjoyable.
This article helped clarify several points that I wasn’t sure about.
The article was well organized and full of useful information.
Great article with useful information throughout.
This was very informative. I appreciate the simple explanations.
I appreciate how easy this was to read and follow.
The article was well organized and full of useful information.
Thanks for making the information easy to understand.
Great explanations and practical advice.
The information was presented in a clear and engaging way.
I appreciate how clearly each point was explained.
I found this article both educational and enjoyable.
Great work explaining everything so clearly.
I enjoyed reading this article and look forward to more content like it.
I found this article both practical and interesting.
I found myself reading the entire article without losing interest, which doesn’t happen often.
The examples and explanations made the information much easier to absorb.
Thanks for sharing your insights. They were both practical and informative.
Great job explaining everything so clearly. It’s not always easy to find content that’s both detailed and easy to understand.
Thanks for making this subject much easier to understand than I expected.
The writing style made the content enjoyable to read.
Thanks for creating content that readers can actually learn from.
Thanks for sharing such helpful content with your readers.
Great explanations and practical advice.
Thanks for making the topic easier to understand.
I enjoyed reading this and found it very helpful.
This was worth reading. Thanks for the helpful tips.
I found this article to be both educational and enjoyable to read.
Excellent read. I learned something new today.
Great explanation throughout the article. I especially liked how everything was broken down into simple, understandable sections.
The article was well written and provided valuable information.
After I originally commented I appear to have clicked on the
-Notify me when new comments are added- checkbox and now whenever a comment is added I receive 4 emails with
the exact same comment. Is there an easy method you can remove me
from that service? Thanks!
I found the information helpful and relevant.
Great insights! Looking forward to reading more articles like this.
Great post. It answered several questions I had.
Thanks for taking the time to explain everything so thoroughly.
Hello there! Quick question that’s entirely off topic.
Do you know how to make your site mobile friendly? My site looks weird when browsing from my apple iphone.
I’m trying to find a theme or plugin that might be able to
fix this problem. If you have any recommendations, please
share. Many thanks!
I appreciated the clarity and simplicity of the explanations.
Thanks for sharing your expertise in such a reader-friendly way.
This was easy to read and very helpful.
Great post. It covered the important points without becoming overly technical.
Thanks for creating such a useful resource for readers.
I enjoyed going through this article. Nicely done.
Thanks for making this subject much easier to understand than I expected.
Great insights! Looking forward to reading more articles like this.
This article definitely helped me understand the topic much better.
I found the article easy to follow and very informative.
I appreciate how clearly each point was explained.
Great read. The information was presented in a way that made sense.
I appreciate the quality of the information shared here. Looking forward to reading more articles like this.
This post answered several questions I had been wondering about.
Thanks for simplifying a topic that can sometimes feel complicated.
Great article. I found it both useful and enjoyable to read.
A fascinating discussion is worth comment.
I do believe that you should publish more on this topic, it might not be a taboo matter
but typically people don’t speak about such
topics. To the next! Best wishes!!
This was one of the more useful articles I’ve read on this subject. Everything was presented in a simple and logical way.
This was an excellent resource for anyone wanting to learn more.
The article provided a helpful overview of the topic.
This article was very helpful and offered several useful takeaways.
Thanks for the useful information. It answered several of my questions.
I really appreciate articles that are written in such a reader-friendly way. This was both informative and enjoyable.
This was one of the more useful articles I’ve read on this subject. Everything was presented in a simple and logical way.
Thanks for sharing your knowledge on this topic.
Great content overall. The writing was clear, and the information felt practical rather than overwhelming.
Great job making a potentially complicated subject easy to understand.
I found this post both informative and enjoyable. Looking forward to reading more content like this.
I learned more from this article than I expected. Nicely done.
ГдеБЕНЗ удобный Telegram бот https://telegram.botlist.ru/14346-gdebenz-bot.html
Great explanations throughout. I never felt lost while reading.
Excellent post. It was detailed enough to be useful but simple enough that anyone could follow along.
Thanks for sharing such helpful content with your readers.
I appreciate the effort that went into explaining everything so clearly.
Great article. I like how you focused on practical information that readers can actually use.
Great explanations throughout. Everything flowed together very naturally.
I found this post very informative and easy to understand.
The article provided a helpful overview of the topic.
Great article with lots of useful information presented clearly.
This was one of the better articles I’ve read recently. The explanations were clear and easy to follow.
I appreciate the quality of the information shared here. Looking forward to reading more articles like this.
Thanks for taking a complicated topic and making it much easier to understand. That’s not always easy to do.
At this time it sounds like Movable Type is the top blogging platform out there right now.
(from what I’ve read) Is that what you’re using on your blog? https://lga2011narrow.blogspot.com
This article was well structured and easy to read. I appreciate how clearly everything was explained.
I enjoyed the writing style. It made the information much easier to absorb.
Thanks for sharing these insights in such a reader-friendly format.
The information was useful and presented in a logical order.
Thanks for making this topic easier to understand.
I learned something new from this article and appreciate the effort behind it.
I appreciate that the article focused on practical takeaways instead of unnecessary information.
Great post with plenty of useful information.
Thanks for creating such a valuable resource for readers.
I really liked how this article focused on the important points without adding unnecessary information. It made for an enjoyable read.
Great read. I appreciate the effort that went into writing it.
Thanks for posting this. It was very informative.
I liked the clear structure of the article. It made finding information very easy.
Thanks for taking the time to create such helpful content.
I really liked how this article focused on the important points without adding unnecessary information. It made for an enjoyable read.
Great post. It answered several questions I had.
Great content. Thanks for breaking it down so clearly.
Thanks for sharing such valuable information.
Thanks for sharing such practical information with your readers.
I really appreciate the balanced approach taken throughout this post.
I enjoyed reading this article and look forward to more content like it.
I appreciate the effort that went into writing this. The examples and explanations made it much easier to follow along.
I enjoyed the practical examples and explanations.
The article provided a helpful overview of the topic.
Great article. I’ll definitely be checking out more content on this website.
This article made the topic much easier to understand than I expected. Thanks for sharing.
Great explanation throughout the article. I especially liked how everything was broken down into simple, understandable sections.
Great article. I appreciate the balanced and thoughtful approach.
Great article with practical explanations that anyone can understand.
This was a very informative post with a lot of helpful insights.
The examples really helped make the information easier to understand.
I found this article surprisingly informative and enjoyable.
Great article. It covered everything I was hoping to learn.
Thanks for sharing these insights in such a reader-friendly format.
Thanks for taking the time to create this resource.
Hi there, its pleasant paragraph regarding media print, we all
be aware of media is a wonderful source of data.
This was one of the better articles I’ve come across on this subject.
Thanks for creating content that is accessible and informative.
Nice work! This was an enjoyable read.
This article provided several helpful insights that I’ll keep in mind.
This was easy to read and very helpful.
I always appreciate articles that explain things in plain language. This one did an excellent job.
Thanks for putting this article together. It was easy to follow and explained the topic in a way that made sense without being too technical.
Great article. It kept my interest from start to finish.
It’s always nice to find articles that explain complex topics in a simple way.
I found this article very well written and informative.
I found the article engaging and educational.
Thanks for making this subject much easier to understand.
Great article with practical and useful information.
The writing was engaging and made learning about the topic enjoyable.
Great article. I found it both useful and enjoyable to read.
Thanks for sharing such valuable information.
Great content. I like how easy it was to follow.
I appreciated the clear and organized presentation of information.
Hmm is anyone else encountering problems with the pictures on this blog loading?
I’m trying to determine if its a problem on my end or if it’s the blog.
Any suggestions would be greatly appreciated.
Great resource for anyone looking to learn more about the topic.
Great content like this makes learning new topics much less intimidating.
This article was very helpful and offered several useful takeaways.
Mình vừa tham khảo qua https://fly88.co.com/, thấy thông tin khá đầy đủ.
Mình vừa tham khảo qua https://fly88.co.com/, thấy thông tin khá đầy đủ.
Hi to all, the contents present at this web site are actually remarkable for
people experience, well, keep up the nice work fellows.
Feel free to surf to my page – A片
This article was easy to read and provided plenty of useful insights.
Great content that was easy to understand and apply.
Everything was explained in a logical sequence, which made the article easy to understand.
I appreciate articles that focus on educating readers, and this one certainly did.
I really enjoyed reading this. It was both informative and interesting.
Thanks for putting together such a helpful resource. It definitely made the topic less confusing.
I appreciate how much useful information was included without making the article feel too long or difficult to read.
This article was very helpful and offered several useful takeaways.
I appreciate how straightforward everything was explained.
I appreciate that the article focused on practical takeaways instead of unnecessary information.
I found this article both helpful and enjoyable to read.
I learned quite a bit from this article.
Thanks for sharing your knowledge on this topic.
Great read. I appreciate the effort that went into writing it.
Great article with plenty of practical takeaways.
Great explanation throughout the article. I especially liked how everything was broken down into simple, understandable sections.
I appreciate how clearly each point was explained.
This was exactly the type of article I was looking for. Thanks for sharing.
Thanks for sharing these insights. I picked up a few useful ideas that I’ll definitely keep in mind.
This was a worthwhile read and gave me a better understanding of the topic.
Thanks for creating such a valuable resource for readers.
The information was presented in a clear and engaging way.
Great article. I like that you explained things in plain language instead of assuming everyone already knows the terminology.
This article was very helpful. I appreciate how you explained everything without making it overly complicated.
This was a helpful guide with plenty of useful information.
Thanks for organizing the information so clearly.
This article was easy to read and provided plenty of useful insights.
Great content that was easy to understand and apply.
Thanks for sharing such useful information. It gave me a much better understanding of the overall topic.
Thanks for sharing such useful information. It gave me a much better understanding of the overall topic.
Great read. I appreciate the practical approach throughout the article.
Thanks for creating such a useful resource for readers.
This answered a few questions I had. Thank you.
I learned quite a bit from this article. Nicely done.
When I initially left a comment I appear to have clicked on the -Notify me when new comments are added- checkbox and from now on whenever a comment is added I recieve four emails with the
same comment. Is there an easy method you can remove me from that service?
Appreciate it!
Great read. I appreciate the effort that went into making the content accessible.
This was one of the better articles I’ve come across on this subject.
I enjoyed how clearly the key points were presented.
Appreciate you sharing this information.
Thanks for making the topic easier to understand.
Thanks for sharing your insights in such an organized way.
I learned several useful things while reading this post.
Howdy I am so delighted I found your weblog, I really found you by accident, while I was
researching on Yahoo for something else, Regardless I am here now and would just like to say thanks a
lot for a marvelous post and a all round thrilling blog (I also love the theme/design), I don’t have time to browse it
all at the moment but I have bookmarked it and also added in your RSS feeds, so
when I have time I will be back to read more, Please do keep up the excellent job.
The article was informative without feeling too long or repetitive.
I learned something new from this article and appreciate the effort behind it.
Thanks for putting together such a well-written post. The information was presented in a way that made it enjoyable to read.
The explanations were detailed enough to be useful but never overwhelming.
I appreciate the effort that went into explaining everything so clearly.
Thanks for making the information so approachable.
Great work. I learned several things while reading this.
Thanks for sharing your insights.
Thanks for sharing these insights. They gave me a different perspective on the topic.
Thanks for creating such helpful and informative content.
Great article. It covered everything I was hoping to learn.
I found the explanations clear and helpful throughout the article.
Thanks for creating content that’s useful for both beginners and people with more experience.
If some one wishes to be updated with newest technologies afterward he must be go to see
this web site and be up to date everyday.
Since the admin of this web site is working, no doubt very shortly it will be renowned, due to
its quality contents.
Thanks for sharing your knowledge and experience.
Great resource with plenty of useful details.
I learned several useful things while reading this post.
Great article with valuable information throughout.
This post answered several questions I had been wondering about.
Thanks for writing something that’s genuinely useful to readers.
This article was clear, informative, and very easy to read.
I learned several new facts that expanded my understanding of the topic.
Great article with valuable information throughout.
Thanks for sharing this article. I found it informative and easy to follow from start to finish.
I enjoyed reading this article and learned quite a bit along the way.
I found this article surprisingly informative. It answered several questions that I had been trying to figure out.
This was one of the more useful articles I’ve read on this subject. Everything was presented in a simple and logical way.
I liked how the article stayed focused while still covering the important details.
The writing was clear and engaging from start to finish.
Great explanations from beginning to end. Everything made sense.
This was one of the more useful articles I’ve found recently.
Great work putting together such helpful information.
Thanks for sharing such valuable information with your readers.
This was a worthwhile read. I appreciate the clear explanations and the practical advice that was included.
I appreciate how straightforward everything was explained.
This article made a complex topic feel much more approachable.
The author’s explanations helped simplify concepts that could have been confusing.
I like articles that focus on educating readers, and this one certainly accomplished that.
Mình vừa tham khảo qua https://fly88.in/, thấy thông tin khá đầy đủ.
Gần đây mình hay đọc nội dung tại https://fly88.co.com/, thấy cập nhật khá nhanh.
Gần đây mình hay đọc nội dung tại https://fly88.in/, thấy cập nhật khá nhanh.
Gần đây mình hay đọc nội dung tại https://fly888.club/, thấy cập nhật khá nhanh.
I really like your blog.. very nice colors & theme.
Did you make this website yourself or did you hire someone to do it for you?
Plz answer back as I’m looking to construct my own blog and would
like to find out where u got this from. cheers
Hey I know this is off topic but I was wondering if you knew of any widgets I could
add to my blog that automatically tweet my newest twitter updates.
I’ve been looking for a plug-in like this for quite some time and was hoping
maybe you would have some experience with something like this.
Please let me know if you run into anything.
I truly enjoy reading your blog and I look forward to your new updates.
Nice blog here! Also your site loads up very fast!
What host are you using? Can I get your affiliate link to your host?
I wish my website loaded up as fast as yours lol
Attractive section of content. I just stumbled upon your web
site and in accession capital to assert that I get in fact enjoyed account your blog posts.
Anyway I will be subscribing to your feeds and even I achievement you
access consistently fast.
I was wondering recently if there were any issues, so I searched is casino plus down. After checking, I realized the platform is actually running smoothly without downtime. My experience has been stable, and I haven’t encountered any interruptions so far.