On June 4, 2026, at WordCamp Europe in KrakΓ³w, Joachim Valdemar Yde β€” the man who has managed CERN's web team since 2021 β€” walked onto the main stage and delivered a sentence that landed like a plot twist: "As of today, our main flagship website, home.cern, is now served on WordPress."

The room erupted. Not because a website migrated to a new CMS happens every day (it does), but because of what CERN represents. This is the European Laboratory for Particle Physics, the place where Tim Berners-Lee invented the World Wide Web in 1989. The institution that published the world's first website just chose the platform that now powers more than 41 percent of the web. The symmetry is hard to ignore.

Why CERN picked WordPress

Yde and Francisco Borges Aurindo Barros, who leads CERN's WordPress infrastructure, explained the decision as a practical one, not a sentimental one. CERN has accumulated three decades of web content across hundreds of sites β€” department pages, experiment documentation, internal tools, public-facing portals. The previous setup was fragmented. Different teams ran different systems with different maintenance burdens and no shared foundation.

After evaluating several leading content management systems against CERN's actual requirements β€” security, scalability, multi-site management, and the ability for non-technical staff to publish without calling IT β€” WordPress came out on top. The criteria were not exotic. They were the same criteria any organization with hundreds of pages and dozens of content editors would use. That is the point.

How they built it

The architecture CERN built is worth studying, because it solves problems that plague every large WordPress deployment.

A self-service portal lets anyone at CERN request a new site in a few clicks. Behind it, a shared distribution supplies a common theme and a curated set of security-hardened plugins. An in-house provisioning tool spins up each new site on Kubernetes in about a minute. In its first year, the platform has already set up hundreds of sites.

The migration side is where it gets clever. CERN automated the entire content lift: a single command takes each existing site's pages, headings, and images and rebuilds them as Gutenberg blocks. No downtime. No manual content wrangling. They plan to open source the migration tool, which could become one of the most useful contributions to come out of the project. If you have ever migrated a legacy site to WordPress, you know how painful that process usually is. A reliable automated tool would be a gift to the entire ecosystem.

The WordCamp Europe context

The CERN keynote was the opening move at WordCamp Europe 2026, which ran June 4–6 at the ICE KrakΓ³w Congress Centre. The event drew 2,458 attendees from 81 countries, with close to a quarter attending their first WordCamp. The program held 49 talks and eight workshops across tracks covering core development, AI, business, and the open web.

WordPress 7.0 was the throughline of the conference. The release, which shipped on May 20 under the codename "Armstrong," closed 419 core tickets and introduced the WP AI Client β€” a built-in interface for connecting OpenAI, Anthropic, and Google models directly to the admin dashboard. Multiple sessions placed 7.0 at the center, framing it less as a routine update and more as a fundamental shift in what the software can do.

The developer blog's June recap flagged several items that plugin and theme authors should be watching: collaborative editing outreach has started for WordPress 7.1, React 19 compatibility remains the big watch item, the Abilities API continues to get refined, and client-side media processing is ready for testing. If you build for WordPress, the next few months will require attention.

What this means for everyone else

CERN's migration is not just a nice headline. It is a signal about where enterprise WordPress is heading.

The pattern CERN established β€” self-service provisioning, a shared plugin distribution, automated migration, Kubernetes-based hosting β€” is replicable. Any organization running dozens or hundreds of WordPress sites can adopt the same architecture. The fact that CERN plans to open source their migration tooling means the barrier to entry will drop even further.

There is also a credibility argument that matters in boardrooms. When a prospective client asks "is WordPress serious enough for us?" the answer used to be "the White House runs on WordPress." Now you can add "so does the birthplace of the web." That is not a technical argument, but it is a persuasive one.

For the WordPress community, the CERN partnership validates something the project has been saying for years: WordPress is not just for blogs and small business sites. It is infrastructure. The same platform that runs a food blog in Texas can run the public-facing website of one of the most prestigious scientific institutions on the planet, with the same core software, the same plugin ecosystem, and the same block editor.

The migration is still rolling out across CERN's other sites. Early impressions, according to Yde, have been "overwhelmingly positive," with easy wins in responsiveness and accessibility. If the pattern holds, expect other research institutions and large organizations to take notice.

The takeaway

If you have been treating WordPress as "good enough for now" while looking at proprietary alternatives, the CERN news should recalibrate your thinking. The platform that handles 41 percent of the web just added a client that literally invented it. The tooling is getting more serious, the enterprise story is getting more credible, and the ecosystem is producing the kind of automation that makes large-scale deployments manageable.

Update your sites. Test against 7.0. And keep an eye on that open source migration tool β€” it might save you a few weekends.


Sources: WordPress.org News β€” What Happened at WordCamp Europe 2026, WordPress Developer Blog β€” What's new for developers? (June 2026)