The banner is in your dashboard right now. A new version of WordPress is available, and somebody on your staff is looking at the Update Now button wondering whether to press it.
We have already answered the first question. Nine days ago we published how to decide. This post is the other half: what is actually in 7.1, which parts your association will notice, and which part is quietly more consequential than the release notes suggest.
What Shipped
WordPress 7.1 was released on August 19, 2026, timed to WordCamp US. It came through four betas and two release candidates, with the first RC carrying roughly 145 fixes and a full field guide for developers. This is a feature release, not a security release, and that distinction determines everything about how you should treat it.
What Your Editors Will Notice
The visible changes are editor changes, and they are genuinely useful for the person who maintains your site.
- Responsive styling. Blocks can now be styled per viewport directly in the editor, with a unified resizable device preview replacing the old fixed desktop, tablet, and mobile toggles. For an association whose members read on phones, this is the difference between hoping a layout holds and seeing that it does.
- Three new blocks. Playlist, Table of Contents, and Tabs. The Table of Contents block alone retires a plugin for anyone publishing long policy documents or annual reports.
- Layout controls that behave. Flex children can hold truly fixed widths, and grid layouts gain an auto-fit toggle. Small, but they remove two of the most common reasons a staff-built page looks slightly wrong.
- The admin bar is back. It is displayed by default in both the post and site editors again, which will quietly stop a category of support tickets.
If your communications person builds pages, this release makes their week better. That is a real benefit and it is also not a reason to install it this morning.
The Part That Is Actually Interesting
WordPress 7.1 introduces a `wp_knowledge` custom post type: a permissioned, revisioned place to store site knowledge, with three types called guideline, memory, and note.
Read that description twice. Strip the jargon and it is a governed container for your brand voice, your editorial standards, and the facts about your organization, held inside WordPress with permissions and version history attached.
Here is why that matters beyond WordPress. If that sounds familiar, it should. Drupal is building the same thing under the name Context Control Center. Two competing projects independently concluded that the important problem is not generating content, it is giving an AI a governed, auditable place to learn your standards from. We wrote about Drupal's version when their roadmap landed, and the convergence is the story.
7.1 also expands the Abilities API with three read-only core abilities, for settings, content, and users, built on the capability checks WordPress already has. Read-only, permission-aware, built on existing checks. That is the same design principle: the model proposes and the platform decides. The AI client additionally gains streaming responses and embeddings, which is the groundwork for semantic search.
This is not abstract. For an association, the practical question is what you would put in it. Your style guide, if you have one. The way your organization refers to its own members, which is never the way a generic model would phrase it. The difference between a chapter, a section, and an affiliate, which every association gets asked about and every AI gets wrong. Whether you say "dues" or "membership fees." Facts about your founding, your programs, and your leadership that currently live in one staff member's head.
None of that requires AI to be worth writing down. It is the institutional knowledge that walks out of the building when your communications director leaves, and 7.1 gives it a permissioned, versioned home whether or not you ever point a model at it.
Three Changes That Can Break a Custom Theme
This is the section to forward to whoever maintains your site. WordPress 7.1 carries three changes that are invisible on a simple site and consequential on a custom-built one, which describes most association websites of any complexity.
- The post editor is now unconditionally iframed. Previously this depended on the theme type and on block API versions. In 7.1 the post editor is always iframed, regardless of any of that, including on sites with legacy meta boxes. An iframe has its own document and window, so any JavaScript that reaches the editor canvas through the global document or window is now talking to the wrong one. The core guidance is to get the canvas document from an element inside it, via ownerDocument and its defaultView, and to attach listeners with useRefEffect rather than to the global.
- List table markup moved. Row headers in the post list tables moved from the checkbox column to the title column. This is an accessibility improvement, and it is the right change, but any custom admin column, stylesheet, or script that targeted the old structure needs checking. Associations accumulate these quietly: the custom column showing chapter, or renewal date, or committee.
- The 40px opt-in is now a no-op. Form controls in the components package now render at 40px unconditionally, and passing the prop as false no longer opts back to 36px. The size prop is also deprecated on several controls, the Navigation component has been removed in favor of Navigator, and components that used Emotion styling moved to SCSS modules. Custom admin screens built against the old behavior will shift.
Here is the thing that makes these dangerous for associations specifically. Every one of those breaks the editor, not the website. Your homepage will look perfect. Your staff will open a page to make a change and find a panel missing, a control the wrong size, or a script that silently does nothing.
Front-end testing will not catch any of this. That matters because of how associations test. The person checking after an update looks at the public site, sees it is fine, and moves on. Nobody logs in and edits a page. So the breakage is discovered later, by a staff member on a deadline, who then reports it as the website being broken rather than as an upgrade side effect, and the connection to a release three weeks earlier never gets made.
So Should You Install It Today?
No. Not today, and not because there is anything wrong with it.
The honest sequence is unchanged, with one addition. Apply the test from earlier this month. This is a feature release, so the question is not how fast but how safely. Check your forms plugin, your AMS connector, and your page builder against 7.1. Apply it on a staging copy and click through join, renew, register, and log in before a member does. Then, because of the three changes above, open the editor and actually edit something: a page, a post, and anything with a custom admin screen. Confirm you can roll back inside an hour. Then schedule it.
For most associations that means taking 7.1 after the first point release, with a tested window, and using the intervening weeks productively. If you cannot answer who tests it and how you undo it, that gap is the finding, not the release.
The opposite advice, stated plainly. And if your site is small, with no member login and no payment path, turn on automatic updates and let this arrive on its own. We would rather you do that than pay someone to make it complicated.
What to check, specifically. One more thing worth knowing about the compatibility check, because associations get this wrong in a specific way. The plugins most likely to break on a major release are not the popular ones. They are the small, single-purpose ones somebody installed years ago to solve one problem: the directory plugin, the event calendar nobody has updated, the custom login redirect. Those are the ones with one maintainer and no release since 2024, and they are exactly what your member-facing paths depend on.
Run the check against your actual dependency list, not the plugins you remember installing. Anything that has not shipped a release in over a year is a question mark on any major upgrade, and if it has gone quiet entirely you have a different problem that 7.1 has merely surfaced.
What This Release Tells You About the Next Two Years
Look at 7.1 next to Drupal's roadmap and the direction is unmistakable. Both platforms are building a governed place to hold your organization's standards, permission-aware interfaces for automated systems to act through, and audit trails over the top.
The practical conclusion for an association choosing a platform. The platforms are converging, which means the CMS you are on matters less than it did. What will matter is whether your site has a real content model, roles that mean something, moderation actually switched on, and someone who reads release notes on an ordinary Wednesday.
Those are the same four things we said prepared you for Drupal's work, and they were worth doing before any of this existed.
Where to Start
Find out today which version each of your environments is running and who is responsible for deciding when 7.1 goes on. If both answers come quickly, you are in good shape and this is a scheduling exercise. If either one is a shrug, that is worth more of your attention than any feature in this release.
Stop Fighting With Free Platforms
Our partnership plans give associations and nonprofits a dedicated web team without the overhead of hiring one. From ongoing maintenance to full-scale builds, every plan includes strategy, development, and support tailored to organizations like yours.