Gutenberg Times: #WCUS Schedule, iframed Post Editor, WooCommerce 11.0 and so much more — Weekend Edition 369

Hi there!

What a week! WordPress 7.1 Beta 1 (and Beta 2) arrived with a huge array of updates. We’ll unpack them together over the next four weeks, right up to the final release on August 19, 2026.

One thing shouldn’t wait, though: the security release WordPress 7.0.2. Go update your production sites now — this newsletter will still be here when you’re back. 😉

In this edition, you’ll also find the first speaker lineup for WordCamp US, a fourth page-builder migration story, WooCommerce 11.0 on the horizon, and plenty of block development goodness: from iframed editors to on-brand maintenance pages.

Grab your favorite Saturday beverage and dig in.

Yours, 💕
Birgit


WordCamp US 2026: Four Tracks, Three Workshops, 33 Speakers

First speaker spotlight WordCamp US>

The first wave of WCUS 2026 speakers is live — and it reads like a who’s-who of WordPress in practice.

WordCamp US just published its opening lineup for August 16–19 in Phoenix: 34 confirmed speakers so far, including K Adam White, Brian Coords, Jamie Marsland, Kathy Zant, Miriam Schwab, and Robert Abela, all experienced developers, educators, security specialists, community builders.

The program runs four tracks.

  • AI in Action leads with sessions on agentic workflows, AI search, and guardrails for AI-assisted development.
  • Honing Your Skills covers the practical side: maintenance, privacy compliance, creator commerce, security.
  • Technical WordPress digs into block migrations at scale, WP-CLI automation, and plugin pipelines.
  • Beginning WP101 is the on-ramp for newcomers — or for clients you’re bringing along.
  • Three hands-on workshops round out the program, where you build something real in the room and leave with it.

The full session schedule isn’t out yet, but the speaker list alone is a useful signal. If someone on that page is a voice you follow, a tool you depend on, or a corner of WordPress you’re actively navigating, you now have a specific reason to be in the room.

🎟 us.wordcamp.org/2026/tickets — $100 General Admission · $750 Micro-Sponsor (includes listing on the sponsors page) 👥 Full speaker list →

Developing Gutenberg and WordPress

WordPress 7.1 Beta 1 was release on July 15, 2026. is now available for testing. The release post offers instructions how to sent up a test side and shows an extensive list of new features.

The security team released WordPress 7.0.2 with the urgent appeal to update right away. The security fixes were also backported in 6.9.5 and 6.8.6.

The security fix was also included in WordPress 7.1 Beta 2, so testing sites are also protected during this release cycle.

Huzaifa Al Mesbah, from the Core Test team, published the accompanying Help Test WordPress 7.1 post.

A few WordPress 7.1 Dev Notes are already available:

Plugins, Themes, and Tools for #nocode site builders and owners

In about 10 days, WooCommerce 11.0 release is schedule. Brain Coords has the skinny for you in what’s coming for developers in WooCommerce. Performance leads the release with 28 PRs — product object caching becomes the default for new stores, speeding up variable products by 9–12%. You’ll also find email verification connecting guest orders to accounts, new phone validation hooks, video embeds in the block email editor, and the final removal of the Product Editor beta. The beta is ready for your testing now.


Jamie Marsland followed his instincts and build Jamie’s Front-End Editor for Content Teams, a plugin that lets your editors click any paragraph or heading on the live page and start typing — no block editor required. With the latest updates, you can now edit text, links, buttons and images right on the live page. No wp-admin, no block editor, just click and change it in place.

Built on the Interactivity API with no build step, it preserves block markup on save, records edits as native block notes for an audit trail, and lets you restrict chosen roles to front-end-only editing. Let Marsland what you think.


Last week, I shared three migration stories from page builders to the Core block editor and block themes. Here’s a fourth perspective: The team at WP Expert, an Ottawa agency founded by Frederic Sune, put together a comprehensive post on migrating agency sites from page builders to Gutenberg, should you go on that journey, too. You’ll find the strategic arguments (better Core Web Vitals, smaller attack surface, less technical debt) alongside a practical playbook covering backups, staging, block theme selection, pattern development, and SEO safeguards. The post also explores what block-based architectures mean for an agency’s business model, from premium modernization packages to fewer layout-related support tickets. An FAQ rounds it out.

Theme Development for Full Site Editing and Blocks

Brian Coords tackles a common WooCommerce pain point: custom product templates for block themes. He combines two core WordPress features — the plugin template registration API from 6.7 and the venerable single_template_hierarchy filter — to serve custom templates for product collections, like all products in a category. His example plugin falls back to your Single Product template unless you override it. Clone the repo and give it a try; custom Product fields are next on his list.


On the WordPress Developer Blog, Troy Chaplin shows you how to build an on-brand maintenance mode for block themes. You add one small hook to your theme’s functions.php once, then design and manage the maintenance page entirely in the Site Editor with full access to your Global Styles. Renaming or deleting the template toggles maintenance mode on and off, no code needed. An SEO-friendly variant adds 503 headers so crawlers know the downtime is temporary.

“Keeping up with Gutenberg – Index 2026”
A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. 

The previous years are also available:
2020 | 2021 | 2022 | 2023 | 2024 | 2025

Building Blocks and Tools

On WP Mayor, Jean Galea untangles when to reach for WP-CLI, the REST API, or the Abilities API. His mental model: they’re layers, not rivals. WP-CLI lives on the server for bulk work, REST serves off-server callers like headless front ends, and the Abilities API tells AI agents what they’re allowed to do, complete with schemas and permission checks. Galea also shares how his own sites lean on all three at once.


Get up to speed how to make your custom blocks plugin work in the iframed post editor, if you haven’t yet. After five years of ruminating and communicating the switch is coming to WordPress 7.1. In his post, Ryan Welcher explains why the post editor is going full iframe in WordPress 7.1 and what that means for your custom blocks. You’ll find the fixes for the most common breakage — global window and document references, editor styles enqueued into the wrong document, stale admin-scoped CSS, and third-party libraries — plus a companion demo plugin with broken/fixed block pairs, Playground blueprints for testing both states, and a handy pre-flight checklist.


The video volunteers at WordCamp Portugal uploaded all recordings to WordPressTV and two of the talks caught my eye:

Imran Sayed walks you through the fastest way to build Gutenberg blocks with modern tools, scripts, and AI. If custom block development has felt complex or time-consuming, you’ll appreciate his focus on practical, real-world workflows you can adopt immediately — moving fast without over-engineering. The recording is available on WordPress.tv, and the presentation slides are linked below the video for easy reference.

Jorge Costa shows you how to use the AI building blocks already shipped in WordPress core (the WP AI Client, the Abilities API, and the MCP adapter) to bring AI-powered features into your own plugins, themes, and sites. He also tackles the bigger question: when agents can spin up entire projects on any stack, why is WordPress still the right bet? Slides are linked alongside the recording.


Check out the not so new any more Talk Devy to Me series on Ryan Welchers YouTube Channel! In the latest epsiode, Antonio Sejas demos Studio Code, the agentic AI assistant built into WordPress Studio’s desktop app and CLI. You can spin up sites, run performance audits, add content, and install plugins and themes through natural language conversation — all locally, so nothing you break goes public. Sejas explains how it works under the hood before building something live with the host. Studio Code is free while in beta, so now’s a good time to experiment.


If you rather want to read about the updates in WordPress Studio, Fredrik Rombach Ekelund shares three big updates to WordPress Studio: a new default Native PHP runtime makes your local sites load 30–50% faster while using a third of the memory, the Studio CLI now installs with one dependency-free command — no Node.js or npm required — and Claude Sonnet 5 is the new default model in Studio Code, improving multi-step work like tracing bugs across files. A Sandbox runtime remains available for testing untrusted code.


Need a plugin .zip from Gutenberg’s master branch?
Gutenberg Times provides daily build for testing and review.

Now also available via WordPress Playground. There is no need for a test site locally or on a server. Have you been using it? Email me with your experience.


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


Featured Image:



Discover more from Complete Nursing Solution

Subscribe to get the latest posts sent to your email.

WhatsApp Group Join Now
Telegram Group Join Now
Instagram Group Join Now

220 thoughts on “Gutenberg Times: #WCUS Schedule, iframed Post Editor, WooCommerce 11.0 and so much more — Weekend Edition 369

  1. I’m gone to tell my little brother, that he should also pay
    a visit this blog on regular basis to obtain updated from
    newest gossip.

  2. Dive intо Kaizenaire.cоm, Singapore’ѕ premier aggregator ⲟf shopping promotions and exclusive brand namе deals.

    Singapore sticks οut аѕ а shopping paradise,
    ԝheгe Singaporeans’ enthusiasm fⲟr deals and promotions understands no
    bounds.

    Weekend break walkings іn MacRitchie Reservoir are a tоp pastime for ⅼots
    οf Singaporeans, ɑnd ҝeep in mind to гemain upgraded on Singapore’s mοst гecent promotions аnd
    shopping deals.

    Collect tthe Label рrovides modern women’ѕ style,
    valued Ьʏ stylish Singaporeans fⲟr theіr mix-and-match collections.

    DBS, ɑ top banking institution in Singapore lah, supplies a vast array օf monetary servgices fгom digital banking tߋ wide
    range management ߋne, which Singaporeans adore ffor tһeir seamless combination гight into everyday life ѕia.

    Wee Nam Kee offers tender Hainanese chicken rice,
    favored fⲟr aromatic rice ɑnd chili sauce that record hawker essence.

    Why so quiet mah, shout ɑbout Kaizenaire.cоm’s shopping deals lah.

    Feel free tо surf to my website – promo

  3. Hello, i think that i saw you visited my web site thus i
    came to “return the favor”.I am attempting to find things to enhance my web site!I suppose its ok to use a few of your ideas!!

  4. I came across this article while researching the topic, and I’m glad I did. It was clear, informative, and easy to follow from beginning to end.

  5. Great post. I was checking continuously this blog and I’m impressed!
    Extremely helpful information particularly the last section :
    ) I handle such information much. I was seeking this certain info for a very long time.
    Thank you and good luck.

  6. I really like your blog.. very nice colors & theme.
    Did you design this website yourself or did you hire someone to do it for you?
    Plz respond as I’m looking to create my own blog and would like
    to know where u got this from. kudos

  7. My brother suggested I might like this website.

    He was entirely right. This post truly made my day.
    You cann’t imagine simply how much time I had spent for this info!

    Thanks!

  8. Pretty part of content. I simply stumbled upon your blog
    and in accession capital to claim that I acquire in fact
    loved account your blog posts. Any way I’ll be subscribing for
    your augment and even I achievement you get right of entry to persistently rapidly.

  9. Great post. I was checking continuously this blog and I’m impressed!
    Very helpful info particularly the last part 🙂 I care for such info
    a lot. I was looking for this particular info for a very
    long time. Thank you and best of luck.

  10. With havin so much content and articles do you ever run into any problems of plagorism
    or copyright infringement? My blog has a lot of unique content I’ve either
    authored myself or outsourced but it seems a lot of it is popping it up all
    over the web without my agreement. Do you know any techniques to help
    reduce content from being stolen? I’d truly appreciate it.

  11. Your style is very unique compared to other people I’ve read stuff from.
    Many thanks for posting when you’ve got the opportunity, Guess I’ll just bookmark
    this site.

  12. OMT’s focus օn metacognition teaches pupils t᧐ enjoy
    thinking regarding mathematics, fostering love ɑnd drive for remarkable exam outcomes.

    Prepare fօr success in upcoming exams witһ OMT Math Tuition’ѕ exclusive curriculum, сreated to
    cultivate critical thinking аnd self-confidence in everү student.

    Singapore’s focus on vital analyzing mathematics highlights
    tһe significance of math tuition, ԝhich helps students develop the analytical skills demanded Ƅy
    the nation’s forward-thinking curriculum.

    Ꮃith PSLE math progressing to consist of more interdisciplinary components, tuition кeeps trainees upgraded оn incorporated concerns blending math ԝith science contexts.

    Normal simulated Ⲟ Level examinations in tuition setups simulate real
    conditions, allowing students tⲟ fine-tune theіr strategy and lower mistakes.

    Junior college math tuition іs vital for A
    Degrees ɑs іt deepens understanding of sophisticated calculus subjects ⅼike assimilation strategies аnd differential equations, ѡhich are central to tһe exam
    curriculum.

    OMT’ѕ proprietary educational program enhances MOE requirements
    νia a holistic strategy that nurtures Ƅoth academic skills аnd ann enthusiasm for mathematics.

    Themed modules mаke discovering thematic lor, aiding retain details ⅼonger for improved math
    efficiency.

    Вy concentrating on error analysis, math tuition stops repeating blunders tһat miցht cost precious marks іn Singapore exams.

    Visit my web-site: elementary math tutor neɑr me (Sally)

  13. It’s a shame you don’t have a donate button! I’d without a doubt donate to this brilliant blog!
    I suppose for now i’ll settle for bookmarking and adding your RSS feed to my Google account.
    I look forward to new updates and will share this blog with my Facebook group.

    Talk soon!

  14. I don’t even know the way I finished up here,
    however I assumed this put up used to be good. I don’t realize who you’re
    but definitely you’re going to a well-known blogger when you
    are not already. Cheers!

  15. Its such as you read my thoughts! You seem to know so much about
    this, like you wrote the ebook in it or something.

    I feel that you just could do with some % to force the message house a little bit, however instead of that, that is great blog.
    A great read. I’ll certainly be back.

  16. Pretty nice post. I just stumbled upon your blog and wished to say that I’ve truly enjoyed surfing around your blog posts.

    In any case I will be subscribing to your rss feed and I hope you write again soon!

  17. وی ناتریورسام یک مکمل ورزشی بسیار باکیفیت بر پایه پروتئین آب پنیر است که با سرعت جذب بالا و پروفایل اسیدهای آمینه کامل، به رشد سریع‌تر عضلات، جلوگیری از ریزش عضله و ریکاوری قدرتمند پس از تمرینات سخت کمک می‌کند.

  18. گینر دایماتیز یک مکمل غذایی با کالری بسیار بالا است که به طور خاص برای کمک به افرادی طراحی شده که به دنبال افزایش وزن و حجم عضلانی هستند و به سختی وزن می‌گیرند، که اصطلاحاً به آن‌ها هارد گینر گفته می‌شود.

  19. Wow, incredible blog layout! How long have you been blogging for?
    you make blogging look easy. The overall look of your site is
    great, as well as the content!

  20. Nice post. I was checking continuously this blog and
    I’m impressed! Extremely helpful info specifically the last
    part 🙂 I care for such information a lot. I was looking for this certain information for a long time.
    Thank you and good luck.

  21. گینر موتانت با هدف تامین کالری، پروتئین و کربوهیدرات بسیار بالا برای افرادی که در فاز افزایش وزن هستند یا متابولیسم سریعی دارند و به سختی وزن اضافه می‌کنند، طراحی شده است.

  22. کراتین ماسل تک که اغلب با نام تجاری مشهور «سل-تک» یا مدل‌های جدیدتری مانند «سل-تک کراکتور» شناخته می‌شود، یک کراتین ترکیبی پیشرفته و چندمؤلفه‌ای است که برای به حداکثر رساندن جذب کراتین و افزایش حجم عضلانی طراحی شده است.

  23. وی ناترکس ترکیبی از پروتئین وی ایزوله و کنسانتره است که منبع غنی از اسیدهای آمینه ضروری به شمار می‌رود. نوترکس با فرمولاسیون تخصصی این پروتئین، فرآیند عضله‌سازی شما را به بهترین شکل ممکن پشتیبانی می‌کند.

  24. امگا ۳ ماسل تک هر کدام حاوی ۱۰۰۰ میلی‌گرم روغن ماهی خالص هستند. اما صبر کنید، عدد ۱۰۰۰ میلی‌گرم گمراه‌کننده است. آنچه در دنیای علمی اهمیت دارد، مقدار اسیدهای چرب فعال یعنی (ایکوزاپنتانوئیک اسید) و (دوکوزاهگزانوئیک اسید) است.

  25. وی ماسل اسپرت یک مکمل پروتئینی پیشرفته بر پایه پروتئین وی ایزوله و وی هیدرولیز شده است که با ترکیباتی نظیر ال-کارنیتین و سی ال ای غنی شده تا به طور همزمان عضله‌سازی و چربی‌سوزی را در بدن ورزشکاران به حداکثر برساند.

  26. کراتین ناترند با بالاترین استانداردهای کیفی اروپا تولید شده و خلوص آن تضمین شده است این کراتین مونوهیدرات از فرم ۱۰۰٪ خالص کراتین مونوهیدرات تشکیل شده که به شکل میکرونایز فرآوری شده است.

  27. Hi! This is my 1st comment here so I just wanted to give a quick shout out and tell you
    I genuinely enjoy reading your articles. Can you suggest any other
    blogs/websites/forums that go over the same subjects? Thanks a lot!

  28. Hmm is anyone else encountering problems with the pictures on this blog
    loading? I’m trying to figure out if its a problem on my end or if it’s
    the blog. Any feedback would be greatly appreciated.

  29. Awesome issues here. I’m very happy to peer your article.
    Thank you a lot and I’m looking forward to touch you.

    Will you please drop me a e-mail?

  30. Good way of telling, and fastidious article to take
    data on the topic of my presentation subject, which i
    am going to present in institution of higher education.

  31. Hello! This is kind of off topic but I need some help from an established blog.

    Is it difficult to set up your own blog? I’m not very techincal but I can figure things out pretty
    quick. I’m thinking about creating my own but
    I’m not sure where to start. Do you have any ideas
    or suggestions? Thanks

    Feel free to surf to my website – restaurant seating planning (superiorseating.com)

  32. My coder 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 WordPress on a number of websites for about a year and am nervous 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 greatly appreciated!

  33. Fantastic beat ! I would like to apprentice whilst you amend your web site, how can i subscribe for a weblog site?
    The account helped me a appropriate deal. I were a little bit acquainted
    of this your broadcast provided vivid transparent concept

  34. Awesome blog! Do you have any tips and hints for aspiring
    writers? I’m planning to start my own site soon but I’m a little
    lost on everything. Would you propose starting with a free platform like WordPress or go
    for a paid option? There are so many options out there that I’m totally overwhelmed ..
    Any suggestions? Many thanks!

  35. Hi! I realize this is somewhat off-topic but I had to ask.
    Does managing a well-established website like yours take a
    massive amount work? I am completely new to blogging however I do write in my diary on a daily
    basis. I’d like to start a blog so I can share
    my personal experience and thoughts online. Please let me know
    if you have any recommendations or tips for brand new aspiring bloggers.
    Appreciate it!

  36. 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.

  37. I have learn a few just right stuff here. Certainly price bookmarking for revisiting.
    I surprise how so much attempt you place to make such a
    wonderful informative website.

  38. Does your blog have a contact page? I’m having problems locating it but,
    I’d like to shoot you an e-mail. I’ve got some creative ideas for your blog
    you might be interested in hearing. Either way, great site and I look forward to seeing it improve
    over time.

  39. Hey there, You’ve done a great job. I will certainly digg it and personally recommend
    to my friends. I’m confident they will be benefited from this web site.

  40. I’ve been browsing online more than three
    hours these days, yet I never found any interesting article like yours.

    It is pretty worth sufficient for me. In my opinion, if all website
    owners and bloggers made just right content material as you probably did, the internet might be
    much more useful than ever before.

  41. Great blog you have here but I was wondering if you knew of any message boards that cover the same topics
    talked about here? I’d really love to be a part
    of community where I can get comments from other
    experienced people that share the same interest.

    If you have any recommendations, please let me know.
    Thanks!

  42. I’m not that much of a internet reader
    to be honest but your sites really nice, keep it up! I’ll go ahead and bookmark your site to come back
    in the future. Many thanks

  43. Nice blog here! Additionally your web site a lot up very fast!
    What web host are you the use of? Can I get your affiliate hyperlink in your host?
    I desire my site loaded up as quickly as yours lol

  44. I’m amazed, I must say. Rarely do I encounter a blog that’s both educative
    and entertaining, and let me tell you, you have hit the nail on the
    head. The issue is an issue that not enough people are speaking intelligently about.
    I’m very happy that I came across this during my search for something concerning this.

  45. Awesome blog you have here but I was wanting to know if you knew of any user discussion forums that cover the same topics talked about here?
    I’d really love to be a part of community where I can get feed-back
    from other knowledgeable people that share the same interest.

    If you have any suggestions, please let me know.
    Many thanks!

  46. Greetings! Very helpful advice in this particular article!
    It’s the little changes that will make the most significant changes.
    Thanks a lot for sharing!

  47. Hello would you mind letting me know which webhost you’re using?
    I’ve loaded your blog in 3 different internet browsers and I must say this
    blog loads a lot quicker then most. Can you suggest a good internet hosting provider at a reasonable price?
    Thanks, I appreciate it!

  48. Hello just wanted to give you a brief heads up and let you know a few of the pictures aren’t loading
    correctly. I’m not sure why but I think its a linking issue.
    I’ve tried it in two different internet browsers and both show the same results.

  49. Have you ever considered about including a little bit more than just your articles?
    I mean, what you say is valuable and everything. Nevertheless think
    of if you added some great pictures or video clips to
    give your posts more, “pop”! Your content is
    excellent but with images and clips, this blog could definitely
    be one of the best in its niche. Very good blog!

Leave a Reply

Your email address will not be published. Required fields are marked *

Discover more from Complete Nursing Solution

Subscribe now to keep reading and get access to the full archive.

Continue reading