---
title: "What WordPress Themes Do Famous Brands Use? 50 Sites | ThemeSniffer"
description: "We checked 50 famous WordPress sites - TIME, NASA, Vox, Spotify, Harvard. Almost none run a theme you can buy. Here is what they actually use instead."
canonical_url: "https://themesniffer.com/blog/wordpress-themes-famous-brands-use"
published: "2026-09-09T00:00:00+00:00"
author: "Ruslan Saifullin"
source: "Generated from HTML by scripts/build-markdown.mjs — do not edit by hand."
---

Research 21 min read

# What WordPress Themes Do Famous Brands Use? 50 Sites Revealed

TIME, NASA, Vox, Spotify, Harvard, the White House. All on WordPress. Almost none of them running a theme you could buy. Here is what 50 famous sites are actually built on.

Ruslan Saifullin Published September 09, 2026 · Last updated September 09, 2026

Ever landed on TIME, Vox or the official Taylor Swift site, recognised the WordPress fingerprints, and wondered which theme was doing the work?

You are in good company. W3Techs puts WordPress at roughly 43% of all websites, and between the WordPress.org directory, ThemeForest and independent shops there are [well over 30,000 themes](https://themesniffer.com/blog/most-popular-wordpress-themes) to choose from. So when a household name runs WordPress, the obvious question is: which one did they pick?

Here is the problem. Almost every "famous WordPress sites" list you will find is recycled from another list, cites a theme detector result from 2019, or quietly turns a five-year-old GitHub repository into a claim about a live site. The answers get copied faster than they get checked.

So we went back to primary sources. We took 50 globally recognisable brands, institutions and public figures that are documented as WordPress users in the official WordPress.org Showcase, then tried to establish the active theme for each one using the evidence a person can actually verify: asset paths, style.css headers, plugin fingerprints, agency case studies and first-party engineering write-ups.

The result is not the article we expected to write.

## Key Findings

### What 50 famous WordPress sites revealed

-   **Zero verified off-the-shelf themes.** Across all 50 properties we could not responsibly confirm a single currently active theme from WordPress.org or a premium marketplace
-   **Three confirmed custom themes** on the public record: Clooney Foundation for Justice, Food Banks Mississauga and Pew Research Center
-   **At least ten more** publicly document custom blocks, block libraries, custom plugins or design systems while keeping the theme name private
-   **The named builders matter more than the theme names.** XWP, Big Bite, 10up, Redback Solutions, Candybox Marketing, BASIC, Lone Rock Point and Automattic's Special Projects Team all appear as credited partners
-   **WordPress at this level is a publishing platform, not a skin.** Harvard Gazette documents 33 custom blocks; Pew extends the WordPress Interactivity API; TechCrunch runs a semi-decoupled React frontend
-   **The CMS outlives the theme.** The White House has stayed on WordPress across three administrations while completely rebuilding its frontend
-   **A missing theme name is not a missing theme.** CDN bundling, headless architecture and stripped generator tags all hide a theme that definitely exists
-   **The sample is 49 live properties plus one archive.** Mint Life is a discontinued product kept in the list as a worked example of how a stale listing becomes a false claim

### What could be established about each of the 50 sites

Number of properties in each evidence tier. Platform confirmed but nothing further disclosed: **28**. Bespoke architecture documented, theme name withheld: **18**. Custom theme stated on the record: **3**. Legacy or archival property: **1**. Currently active off-the-shelf theme verified: **0**.

## How We Verified These 50 Sites

Two claims get conflated in almost every article on this topic: "this site runs WordPress" and "this site runs theme X". The first is often easy. The second is frequently impossible from the outside. We treated them as separate questions with separate evidence bars.

### How the sample was chosen

Every property in the list meets three criteria: broad brand or institutional recognition, coverage across the industries people actually ask about, and an entry in the official WordPress.org Showcase, which is WordPress's own curated collection of sites built on the platform. That gives the WordPress classification a first-party source rather than a secondhand one.

This is a purposeful case study of prominent adopters, not a prevalence survey. Because inclusion required official WordPress evidence, the fact that nearly every site here runs WordPress is by design, not a discovery.

### What counts as proof of a theme

The strongest public fingerprint is a stylesheet path that names a theme directory, followed by the header block inside that stylesheet:

### The four lines that settle it

Find a stylesheet request such as `/wp-content/themes/example-child/style.css`, then open that file and read its header comment:

-   `Theme Name:` the theme's display name, as its author wrote it
-   `Template:` the parent theme's directory, present only on a child theme
-   `Author:` often the agency that built the site, which is the more useful field on a custom build
-   `Version:` what is installed, which you can compare against what the directory currently ships

WordPress registers every theme through that `style.css` header, and a child theme's `Template:` line names its parent directory. When you can read those four fields, you have an answer. Everything below that is inference.

Secondary fingerprints help but prove less: a `<meta name="generator" content="WordPress 6.x">` tag, plugin asset paths under `/wp-content/plugins/`, and REST API routes under `/wp-json/`. A detected plugin URL is strong evidence. A _missing_ generator tag is very weak negative evidence, because removing it takes one line of code.

**Warning:** The single most common error in this genre is treating an old repository, a visual resemblance, or a stale detector cache as a current fact. NASA is the cautionary example. Its public NASAPress repository is real, but NASA now labels it a deprecated legacy theme for older Glenn Research Center sites. Saying "NASA uses NASAPress" would be wrong about nasa.gov today.

### Property level, not company level

For Microsoft, Meta, Spotify and PlayStation, the WordPress property is the newsroom or blog, not the storefront, the app, or the console. We classify what we can actually observe. Claiming an entire corporation "runs WordPress" because one high-profile subsite does is the second most common error in these lists.

Where a theme could not be established, the tables below say **Not disclosed**. That means the evidence did not support a name, not that no theme exists.

## Media and Publishing

The publishing tier is where WordPress is least like a "website with a theme installed" and most like a bespoke editorial application.

| Brand (property) | Theme | Built by | What is publicly documented |
| --- | --- | --- | --- |
| TechCrunch | Not disclosed | In-house + WordPress VIP | Semi-decoupled WordPress/React architecture; custom subscription and paywall layer |
| TIME | Not disclosed | In-house + WordPress VIP | Gutenberg with custom blocks and reusable patterns at major-media scale |
| Rolling Stone | Not disclosed | Penske Media + XWP | Shared PMC codebase with per-brand customisation |
| Vox | Not disclosed | XWP credited | Custom content blocks, multimedia and interactive storytelling features |
| New York Post | Not disclosed | Not published | WordPress Enterprise publishing build |
| TED Blog | Not disclosed | TED credited | WordPress Enterprise media publishing |
| Pew Research Center | **Custom block theme** | Pew Research Center | Custom blocks for articles, archive filters, mega menus, newsletters, charts and quizzes |
| New York Times Company (nytco.com) | Not disclosed | Not published | Corporate property only, not the nytimes.com news product |
| The Village Voice | Not disclosed | Not published | Editorial archive and publication layouts |
| Grist | Not disclosed | Not published | Climate journalism publication |

**TechCrunch is the clearest illustration of why the question breaks down.** Its documented redesign introduced a semi-decoupled WordPress and React application, on top of which the subscription product was later built. Asking "what theme is this?" describes a small fraction of the system, because WordPress here is a content API inside an application stack rather than a template engine rendering pages.

**Pew Research Center is the exception that proves the rule.** It is one of only three sites in the entire sample that states plainly, on the record, that it runs a custom block theme. And the description of that theme reads like a product spec rather than a design: blocks for articles, archive filtering, mega menus, newsletter signups, interactive charts and quizzes, with developers extending the WordPress Interactivity API to make them behave.

**Pro tip:** When a media site returns nothing useful, check the corporate property instead. Publishers frequently run their flagship on a hardened custom stack while the "About the company" site sits on a much more conventional WordPress build that leaks far more fingerprints.

## Technology and Software

Every entry here is a newsroom, developer hub or corporate marketing site. None of them is the company's core product.

| Brand (property) | Theme | Built by | What is publicly documented |
| --- | --- | --- | --- |
| Microsoft (news.microsoft.com) | Not disclosed | Microsoft credited | Corporate newsroom on WordPress |
| Meta (about.fb.com/news) | Not disclosed | Meta credited | Bespoke corporate news presentation |
| NGINX (nginx.com) | Not disclosed | F5 credited as owner | Large technical content property |
| Capgemini | Not disclosed | Capgemini credited | Full replatform from Drupal to WordPress |
| Qualtrics | Not disclosed | Not published | Enterprise marketing and product architecture |

Capgemini is worth pausing on. A global consultancy migrating its main corporate site off Drupal and onto WordPress is a procurement decision, not a theme decision. Nobody at that scale evaluates Astra against Divi. They evaluate content models, governance, translation workflows and who is going to maintain the thing for the next eight years.

## Entertainment, Gaming and Music

This is the most art-directed group in the sample, and unsurprisingly the least willing to expose anything.

| Brand (property) | Theme | Built by | What is publicly documented |
| --- | --- | --- | --- |
| PlayStation.Blog | Not disclosed | Not published | Bespoke Sony editorial presentation |
| Spotify (For the Record) | Not disclosed | Not published | Custom editorial blocks including playlist embed experiences |
| Disney Connect | Not disclosed | Not published | **Aloha design system** plus a large library of custom Gutenberg blocks |
| Disney General Entertainment Press | Not disclosed | Not published | Press and media asset workflows |
| Angry Birds (Rovio) | Not disclosed | Rovio credited | Highly art-directed entertainment build |
| Ubisoft Québec | Not disclosed | Not published | Recruitment-oriented interactive brand experience |
| James Bond 007 | Not disclosed | EON Productions credited | Media-heavy franchise site |
| Taylor Swift | Not disclosed | Not published | Dynamic calendars, galleries and fan-facing features |
| The Webby Awards | Not disclosed | BASIC credited | Dynamic awards and winner content, strong custom visual system |

**Disney Connect names its design system rather than its theme**, and that is the tell. "Aloha" is the component library and design language; the theme is just the WordPress-shaped container that ships it. Once an organisation has a design system with a name, the theme stops being the interesting artefact.

Taylor Swift's site is a useful reminder that "custom" does not have to mean enterprise. Event calendars, tour date feeds, galleries and fan features are exactly the kind of functionality that gets built once for a specific client and never packaged for resale.

### Curious What a Site Is Really Running?

ThemeSniffer reads the theme, the plugins and the version straight off the page - no guessing, no stale cached results. One click on any WordPress site you visit.

[Try ThemeSniffer — Free](https://chromewebstore.google.com/detail/wordpress-theme-detector/jmfelpjpndlbhbpffecppfhnfjkamiaa?utm_source=blog&utm_medium=article&utm_campaign=wordpress_themes_famous_brands_use)

## Automotive, Finance and Business

| Brand (property) | Theme | Built by | What is publicly documented |
| --- | --- | --- | --- |
| Tata Motors | Not disclosed | Not published | **Custom plugins** supporting a scalable corporate architecture |
| Airstream | Not disclosed | Not published | Product-rich automotive and lifestyle experience |
| Hodge Bank | Not disclosed | Hodge Bank credited | Block-based content system so internal teams can publish; secure account access integrated with the public site |
| inFakt | Not disclosed | inFakt credited | Accounting service site with heavy branded application integration |
| Mint Life (legacy) | Not disclosed | Not published | Historical personal-finance publishing property, now discontinued |

**Hodge Bank is the most instructive entry in this group.** A regulated UK bank chose WordPress for flexibility and scalability, built its site around blocks so that non-technical staff can create and edit pages, and integrated secure account access alongside the public experience. That is a governance decision dressed up as a CMS decision, and the theme name is completely beside the point.

### Treat Mint Life as an archive, not a fingerprint

Mint Life still appears in WordPress's own listings, but Mint is a discontinued consumer product. A showcase entry proves what a site was, not what it is. Before citing any legacy property as current evidence, re-check it live - this is exactly how outdated claims get laundered into "research".

## Hospitality, Food and Retail

| Brand (property) | Theme | Built by | What is publicly documented |
| --- | --- | --- | --- |
| Noma | Not disclosed | **Automattic Special Projects Team** | Commissioned custom art direction and restaurant storytelling |
| The LINE Hotels | Not disclosed | Not published | Multi-property hospitality content |
| Relais de Chambord | Not disclosed | Not published | Luxury hospitality with booking-oriented UX |
| Momofuku | Not disclosed | Not published | Restaurant group content architecture |
| Bi-Rite Market | Not disclosed | Not published | Retail, food and local business content |
| Caesarstone US | Not disclosed | Not published | Product and catalog-oriented retail build |
| Holzweiler | Not disclosed | Not published | Fashion e-commerce art direction |

Noma is the strongest single data point about how these builds get made. The site is credited to **Automattic's Special Projects Team** - the group inside the company behind WordPress.com that takes on commissioned, high-design client work. There is no theme name because there is no theme product. It is a bespoke digital brand experience that happens to run on WordPress.

If you are looking at The LINE, Relais de Chambord, Holzweiler or Caesarstone hoping to find a hospitality or fashion theme you can buy, the honest answer is that the evidence does not support naming one.

## Nonprofits and Advocacy

This group is the most transparent in the entire sample - and it produced two of our three confirmed custom themes.

| Brand (property) | Theme | Built by | What is publicly documented |
| --- | --- | --- | --- |
| Clooney Foundation for Justice | **Custom theme** | **Redback Solutions** | Modular pre-styled block library, animations, dynamic storytelling tools |
| Food Banks Mississauga | **Custom theme** | **Candybox Marketing** | **Advanced Custom Fields**; accessibility and user-journey design informed by analytics |
| Amnesty International | Not disclosed | **Big Bite** | Multilingual campaign hubs and rapid-update publishing |
| Prostate Cancer Foundation | Not disclosed | Not published | Nine standardised layouts built from reusable block components |
| Jane Goodall Institute | Not disclosed | Not published | Mission-driven nonprofit storytelling |
| Helpcode | Not disclosed | Not published | Multilingual NGO architecture |

Food Banks Mississauga is also the single clearest plugin finding in all 50 sites: its official profile names **Advanced Custom Fields** as part of the content workflow. That is one confirmed plugin across fifty famous brands, which tells you how little these organisations publish about their stacks.

The pattern across the nonprofit group is consistent and worth stealing. Every one of them invests in _editor-controlled modularity_: pre-styled blocks, reusable layouts and field schemas that let a two-person communications team publish quickly without any single page turning into an unconstrained visual experiment. Flexibility with guardrails, not flexibility instead of them.

## Education

| Brand (property) | Theme | Built by | What is publicly documented |
| --- | --- | --- | --- |
| Harvard University | Not disclosed | Not published | **WordPress Multisite** architecture |
| Harvard Gazette | Not disclosed | Not published | **33 custom blocks**, plus patterns, styles and layouts; News+ features delivered via plugins |
| Georgia State University | Not disclosed | Georgia State credited | WordPress Multisite supporting **150+ websites** |
| MIT Sloan Management Review | Not disclosed | MIT credited | High-volume research and business publication |
| City University of New York | Not disclosed | Not published | Large university information architecture |

Universities expose a different reason the question is malformed. When Georgia State runs 150+ sites on one multisite network, there is no single "Georgia State theme" to find. There is a theme family, a shared component framework, a set of child themes, and department sites that deviate from all of it. Whichever theme you detect on one hostname may be true of that hostname and nothing else.

Harvard Gazette's 33 custom blocks are the more transferable number. That is a newsroom that decided its editorial capability lives in the block library, and treated the theme as the wrapper around it.

## Government and Science

| Brand (property) | Theme | Built by | What is publicly documented |
| --- | --- | --- | --- |
| The White House | Not disclosed (custom, block-based) | **10up + Wide Eye Creative** | Native and custom blocks, curated block inserter, patterns, custom post types, role-based editorial permissions, WordPress VIP |
| NASA | Not disclosed - **not** NASAPress | **Lone Rock Point** + WordPress VIP; Equalize Digital on accessibility | Modern block editor workflows and rigorous accessibility work |
| Prime Minister of India | Not disclosed | Not published | Government publishing and localisation architecture |

**The White House is the best longitudinal example in the sample.** WordPress has stayed in place across three administrations while the design, content priorities and entire frontend were rebuilt. The 2021 implementation by 10up and Wide Eye Creative used native blocks, custom blocks, block patterns, a deliberately curated block inserter, custom post types and role-based permissions for different editorial teams.

That is the enterprise pattern in one sentence: **the CMS outlives the theme**. You can replace the entire presentation layer without touching the content model, the editorial workflow, the APIs or the platform underneath.

## The Only Three Confirmed Custom Themes

Out of 50 sites, exactly three state on the record that the active implementation is a custom theme.

| Site | Verified finding | Developer |
| --- | --- | --- |
| Clooney Foundation for Justice | Custom theme with modular pre-styled blocks | Redback Solutions |
| Food Banks Mississauga | Custom theme, Advanced Custom Fields | Candybox Marketing |
| Pew Research Center | Custom _block_ theme | Pew Research Center |

Read that carefully, because the distinction matters. This is **not** a finding that only three of the 50 use custom themes. It is a finding that only three of them _say so_ in documentation we could verify. Vox, TIME, Disney, Noma and the White House are almost certainly running equally bespoke presentation layers. "Almost certainly" is a reasonable belief and a bad citation.

**Warning:** Custom blocks do not prove a custom theme. A site can run a large custom block library on top of a stock parent theme. That is why sites like Vox, Spotify, TIME, Harvard Gazette and Disney Connect are listed with documented customisation but no theme claim.

## Why Big Brands Skip Astra, Divi and Avada

The absence is the story. Not one of these 50 properties could be confirmed running Hello Elementor, Astra, GeneratePress, Divi, Flatsome, Newspaper, Kadence, Avada or Genesis - the products that dominate WordPress theme detection everywhere else.

There are two very different models at work here.

### The small-site model

Install a theme, customise it, add plugins to fill the gaps. The theme is the product you bought and the identity of the site. Changing it means rebuilding.

### The enterprise model observed here

Build a design system and an editorial component library. Use WordPress as the content and application platform underneath. The theme becomes an implementation detail - a delivery mechanism for the component library, not a design decision.

Once you are in the second model, buying a multipurpose theme actively works against you. You would be paying for 2,000 layouts you will never use, inheriting an options framework your editors must be trained around, and coupling your publishing operation to a vendor's release schedule. Enterprises pay engineers to remove that surface area, not to add it.

There is one honest caveat. None of this proves that no starter framework or parent theme sits underneath any of these proprietary builds. It proves that no retail theme is the publicly meaningful technical identity of any of them.

## What the Rest of WordPress Actually Runs

Zoom out from the famous tier and the picture inverts completely. Across WordPress as a whole, a handful of recognisable theme products account for an enormous share of detections: Hello Elementor, Astra, GeneratePress, Divi, Flatsome, Newspaper, Kadence, Avada and the Genesis framework sit at the top of every current theme distribution.

We measured this ourselves. In our scan of 50,000 WordPress sites for the [most popular WordPress themes report](https://themesniffer.com/blog/most-popular-wordpress-themes), Hello Elementor led high-traffic sites at 12.8%, with Divi and Astra roughly tied around 6% of all WordPress sites each.

So both things are true at once:

-   **Most WordPress sites** run a theme you can download or buy today
-   **Most famous WordPress sites** do not, and do not consider the theme their technical identity

The gap between those two sentences is the entire answer to the question in the title.

## Why Detection Gets Harder at the Top

Automated theme detectors underperform on exactly the sites people most want to investigate. Here is why, and none of these reasons mean "there is no theme".

### Compiled assets and CDNs

Enterprise build pipelines compile theme CSS and JavaScript into hashed bundles and serve them from a CDN hostname. The original `/wp-content/themes/slug/` directory never appears in the HTML a browser receives.

### Decoupled and headless frontends

A React frontend consuming WordPress through the REST API produces almost no conventional theme markup. TechCrunch's semi-decoupled architecture is the documented example in this sample.

### Removed fingerprints

The generator meta tag is trivially removable and routinely removed. Its absence tells you nothing about whether a site runs WordPress.

### Private internal naming

A style.css header reading `Theme Name: brand-platform-v4` is a real, correct answer to "what theme is this?" and completely useless to anyone hoping to install it. There is no product to find.

### Multisite variation

On a network like Harvard's or Georgia State's, one hostname is one site among hundreds. Themes and child themes coexist across the network, so a detection on one subdomain does not generalise.

**Pro tip:** When a site returns no theme, the useful next signal is _who built it_. Agency case studies, WordPress VIP write-ups and engineering blog posts frequently describe the architecture in far more detail than any fingerprint would.

## How to Check Any Site Yourself

Every finding above came from signals you can read on any site in about a minute. Here is the sequence we used, in order of effort.

### Confirm the platform first

Establish WordPress before you argue about themes. The [Is It WordPress? checker](https://themesniffer.com/tools/is-it-wordpress/) answers this in one paste, and it reports a blocked or unreachable site as unknown rather than as a "no".

### Read the theme and plugins off the page

The [ThemeSniffer extension](https://chromewebstore.google.com/detail/wordpress-theme-detector/jmfelpjpndlbhbpffecppfhnfjkamiaa?utm_source=blog&utm_medium=article&utm_campaign=wordpress_themes_famous_brands_use) resolves the theme name from its own style.css where reachable, then the WordPress.org directory, and tells you which source it used. For a site you cannot visit with an extension, the [Tech Stack Report](https://themesniffer.com/tools/wordpress-tech-stack/) does the same from a URL and adds plugins, hosting, CDN and speed.

### Inspect the network requests by hand

Open DevTools, reload, and filter requests for `wp-content`. When a `/themes/<slug>/` path appears, open its style.css and read `Theme Name`, `Author`, `Version` and especially `Template`, which names the parent of a child theme. Our [guide to finding a WordPress theme](https://themesniffer.com/blog/how-to-find-wordpress-theme) walks through this one site at a time.

### Corroborate before you publish a claim

Cross-check the live slug against the brand's GitHub organisation, agency case studies and engineering posts. Then check the date on whatever you found. A repository from 2019 describes 2019.

**Warning:** A blocked request is not a finding. If a CDN or WAF challenges the check, the correct result is "unknown", not "not WordPress" and not "no theme". Any tool that reports a challenge page as a negative result will eventually make you say something false about a real site.

## What to Actually Copy From Famous Brands

If you came here hoping to buy the theme Vox uses, the useful takeaway is a different one. The repeatable pattern across all 50 sites has nothing to do with theme selection.

-   **Treat WordPress as a content platform, not a website.** The content model outlives every redesign you will ever do
-   **Define the design system before the theme.** Disney names Aloha, not a theme. Decide what your components are, then build the container
-   **Encode the system as blocks and patterns.** Harvard Gazette's 33 blocks and the Prostate Cancer Foundation's nine standard layouts are the same idea at different scales
-   **Give editors freedom inside guardrails.** A curated block inserter, like the White House's, is a feature, not a restriction
-   **Scope custom functionality narrowly.** Tata Motors ships custom plugins; Food Banks Mississauga uses ACF. Neither built a framework they now have to maintain
-   **Let the design change without changing platforms.** Three administrations, one CMS

For a small site or a growing business, the practical version of this is smaller but identical in shape: pick a lightweight, well-maintained theme, put your identity in a small set of reusable patterns, and keep custom code to the pieces that are genuinely specific to you.

## Sources

Every row in the tables above rests on a public document. Where a theme is called custom, that word appears in the source rather than in our inference, which is why only three sites get that label.

| Claim | Where it comes from |
| --- | --- |
| All 50 properties run WordPress | Each property's own entry in the official [WordPress.org Showcase](https://wordpress.org/showcase/), which is also the sampling frame |
| Clooney Foundation for Justice: custom theme, modular block library, Redback Solutions | Its Showcase entry, which uses the words "custom theme" and credits Redback Solutions as author |
| Food Banks Mississauga: custom theme, Advanced Custom Fields, Candybox Marketing | Its Showcase entry, which names both the custom theme and ACF |
| Pew Research Center: custom block theme, Interactivity API | Its Showcase entry, which describes the block system in detail |
| Harvard Gazette: 33 custom blocks; Georgia State: 150+ sites on multisite | Their respective Showcase entries |
| Vox (XWP), Noma (Automattic Special Projects Team), Amnesty (Big Bite), Webby Awards (BASIC) | The author credit on each property's Showcase entry |
| Disney Connect's Aloha design system; Tata Motors' custom plugins; Hodge Bank's block approach; Spotify's custom blocks | Their respective Showcase entries |
| The White House: 10up and Wide Eye Creative, native and custom blocks, curated inserter, custom post types, role permissions, WordPress VIP | The whitehouse.gov profile on WordPress.org |
| NASAPress is a deprecated legacy theme for older Glenn Research Center sites | NASA's own NASAPress repository on GitHub, which states this in its README |
| nasa.gov rebuilt with Lone Rock Point on WordPress VIP; Equalize Digital on accessibility | The WordPress VIP case study for NASA |
| TechCrunch's semi-decoupled WordPress and React architecture | WordPress VIP's published account of the TechCrunch redesign |
| TIME's Gutenberg blocks and reusable patterns; Rolling Stone's shared PMC codebase and XWP partnership | WordPress VIP and XWP published material on each |
| Mint Life is a discontinued property still carried in WordPress listings | The surviving Showcase listing, read against Mint's own end-of-service notice |
| Mass-market theme distribution (Hello Elementor, Astra, Divi and the rest) | BuiltWith's current theme-technology distribution, plus [our own scan of 50,000 WordPress sites](https://themesniffer.com/blog/most-popular-wordpress-themes) |
| WordPress powers roughly 43% of all websites | W3Techs' content management system usage survey |

### Check any row yourself

Search the WordPress.org Showcase for the brand name and open its entry. The description is written by or with the organisation, so where it says "custom theme" that is the site's own claim, and where it says nothing about the theme, that silence is the finding. Agency and platform case studies are the second source; they name the build partner and usually the architecture, but almost never the theme slug.

## Frequently Asked Questions

### What WordPress theme does TIME use?

TIME does not publish a theme name. What is documented is the architecture around it: time.com runs on WordPress VIP and its editorial team works with Gutenberg, a library of custom blocks, and reusable patterns. There is no purchasable theme behind time.com.

### Do famous brands use Astra, Divi or Avada?

Not in this sample. Across all 50 properties we could not verify a single currently active off-the-shelf theme from WordPress.org or a premium marketplace. Astra, Divi, Avada, GeneratePress and Kadence dominate WordPress as a whole, but they are largely absent from the enterprise tier.

### Which famous WordPress sites are confirmed to run a custom theme?

Three of the 50 are explicitly documented as custom themes: the Clooney Foundation for Justice (built by Redback Solutions), Food Banks Mississauga (built by Candybox Marketing, using Advanced Custom Fields), and Pew Research Center, which runs a custom block theme. Others are almost certainly custom too, but only these three say so on the record.

### Why can't theme detectors identify big-brand WordPress themes?

Enterprise builds compile theme CSS and JavaScript into hashed bundles, serve them from a CDN domain, strip the WordPress generator tag, or run a decoupled React frontend over the REST API. When no `/wp-content/themes/slug/` path reaches the browser, there is nothing for a detector to read. That is a missing fingerprint, not a missing theme.

### Is nasa.gov running the NASAPress theme?

No. NASAPress is a real public NASA repository, but NASA itself now labels it a deprecated legacy theme for older Glenn Research Center sites. The flagship nasa.gov was rebuilt on WordPress VIP with Lone Rock Point, and its current theme name is not published.

### Does a WordPress newsroom mean the whole company runs WordPress?

No, and this is the most common mistake in famous-brand theme lists. Microsoft, Meta, Spotify and PlayStation run WordPress on their newsroom or blog properties. Their storefronts, apps and product consoles are separate systems. Always classify at the property level, not the company level.

## Conclusion

### Key Takeaways

-   Across 50 famous WordPress properties, zero verified off-the-shelf themes
-   Three confirmed custom themes: Clooney Foundation for Justice, Food Banks Mississauga, Pew Research Center
-   At least ten more document custom blocks, block libraries or custom plugins without naming a theme
-   The design system, the block library and the content model matter more than the theme name
-   Enterprise architecture actively hides theme fingerprints - absence of evidence is not evidence of absence
-   Meanwhile, most ordinary WordPress sites do run Astra, Divi, Hello Elementor or GeneratePress

The most defensible answer to "what WordPress themes do famous brands use?" is that the question stops being useful the more sophisticated the site gets. At the top of the market, the theme is the least interesting file in the repository.

Here is the workflow we would suggest. Confirm the platform first. Read the theme and plugins where they are readable. When they are not, go looking for who built the site rather than what it was built with - the agency write-up will tell you more than any fingerprint. And date-check everything before you repeat it.

Then go and check a site yourself. The most interesting results are rarely the famous ones - they are the mid-sized sites in your own market, which are far more likely to be running something you can actually learn from.

_Research compiled September 2026 by ThemeSniffer. Sample drawn from properties documented in the official WordPress.org Showcase._

### About the author

**Ruslan Saifullin** is a developer with more than 10 years of WordPress experience across 20+ projects, and the author of ThemeSniffer's detection engine - the theme, plugin, hosting and CDN checks behind the free Chrome extension and the tools on this site. The evidence rules used in this article are the same ones the tools enforce: name the source of every claim, and report an unreadable site as unknown rather than as a finding. You can reach him on [X](https://x.com/ruslan_dev_ai), and corrections to any row above are genuinely welcome.

### Related guides and tools

#### Keep reading

-   [Most popular WordPress themes in 2026](https://themesniffer.com/blog/most-popular-wordpress-themes) - What 50,000 ordinary WordPress sites run, which is a very different list.
-   [How to find what theme any WordPress site uses](https://themesniffer.com/blog/how-to-find-wordpress-theme) - Three methods, from a two-second extension click to reading style.css by hand.
-   [How to check a WordPress site tech stack](https://themesniffer.com/blog/how-to-check-wordpress-tech-stack) - Theme, plugins, hosting, CDN and speed in one pass.
-   [How to reverse-engineer any WordPress site's design](https://themesniffer.com/blog/reverse-engineer-wordpress-design) - Fonts, colors, spacing and builders, then rebuilding the parts you like.

#### Try it on a real site

-   [WordPress Tech Stack Report](https://themesniffer.com/tools/wordpress-tech-stack/) - Theme, plugins, hosting, CDN and a speed snapshot for any URL.
-   [Is It WordPress? Checker](https://themesniffer.com/tools/is-it-wordpress/) - Confirm the platform before you argue about the theme.
-   [All free WordPress tools](https://themesniffer.com/tools/) - The full toolbox, no signup needed.

### Check What Any Site Is Running

ThemeSniffer detects WordPress themes and plugins on any site in one click, and tells you where each answer came from - so you never repeat a claim you cannot back up.

[Add to Chrome — Free](https://chromewebstore.google.com/detail/wordpress-theme-detector/jmfelpjpndlbhbpffecppfhnfjkamiaa?utm_source=blog&utm_medium=article&utm_campaign=wordpress_themes_famous_brands_use)
