WordPress powers over 40% of the web. But of all the features baked into its core, one stands out as simultaneously the most capable, the most misunderstood, and the most misapplied. That feature is WordPress Multisite and if you’re running multiple websites for your organisation, it deserves a proper conversation.
At Make Do, we don’t recommend Multisite by default. We assess it carefully against each client’s technical and operational reality. But when it’s the right fit, it genuinely transforms how organisations manage their digital presence. This post is our attempt to give Multisite the thorough, honest treatment it deserves.
A Brief History: How WordPress Multisite Came to Be
To understand Multisite properly, you need to understand where it came from.
In the early 2000s, WordPress was a single-site blogging tool. As it grew in popularity, an adjacent project called WPMU or WordPress Multi-User, this was developed separately to power networks of blogs. The flagship implementation was WordPress.com itself, which needed to support millions of individual blogs running on a single codebase.
WPMU was maintained as a separate fork from 2004, running parallel to WordPress.org’s single-site development. This created an awkward split in the community. Two codebases, two upgrade paths, two communities pulling the platform in slightly different directions.
That changed with WordPress 3.0, released in June 2010. The merger of WordPress and WPMU into a single codebase was one of the most significant technical milestones in WordPress history. From version 3.0 onwards, Multisite has been a core feature, activated via a single line of code in wp-config.php .
The historical irony is that Multisite was built to power the world’s largest WordPress system at WordPress.com yet it remains one of the least understood features among enterprise users and agencies alike. Most people who could benefit from it either don’t know it exists, don’t understand how it works, or have heard enough cautionary tales to avoid it entirely.
Those cautionary tales usually come from implementations that got the assessment wrong. Not from Multisite itself.
What WordPress Multisite Actually Is
Before we get into use cases, a clear definition matters.
WordPress Multisite is a feature that allows you to run a network of multiple WordPress sites from a single WordPress installation. All sites in the network share:
- A single codebase (WordPress core files)
- A single server or hosting environment
- A single set of installed plugins and themes
- A centralised network administration layer
Each site in the network gets its own database tables (with a shared prefix structure), its own content, its own users and roles, its own settings, and its own URL which can be either a subdomain ( uk.example.com ) or a subdirectory path ( example.com/uk/ ).
A Super Admin role sits above individual site administrators, with the ability to manage the entire network: activating and deactivating plugins, installing themes, creating or archiving sites, managing users across the network, and applying updates centrally.
In operational terms, Multisite turns many separate maintenance tasks into one. Instead of logging into twelve sites to apply a security update, you do it once from the network dashboard. Instead of managing twelve separate hosting environments, you manage one. Instead of building and deploying a shared component twelve times, you build it once.
That centralisation is both Multisite’s greatest strength and the source of most of its complexity.
The Killer Application: Multilingual and Multi-Region Networks
Ask any enterprise organisation managing a global digital presence what their biggest operational headache is, and you’ll hear some variation of the same answer: keeping regional websites consistent, up to date, and on-brand without creating a bottleneck at the centre.
WordPress Multisite, combined with a multilingual plugin like WPML or the native block-based approach to translated content, is one of the most robust answers to this problem available in the open-source ecosystem.
Here’s why it works so well for multi-region and multilingual deployments:
Shared branding and design infrastructure. Your theme the design system, component library, block patterns, and layout templates all live once in the network. Every regional site inherits it. When brand guidelines evolve or a design component is updated, the change propagates across the network without manual intervention on each site.
Centralised plugin governance. Security plugins, performance tools, cookie consent management, analytics integrations, these are managed at the network level. Your compliance team can be confident that the same cookie consent implementation is running on every regional site, not just the ones someone remembered to update.
Per-site content independence. Despite the shared infrastructure, each regional site has full editorial independence. The UK team manages UK content. The German team manages German content. Neither has access to the other’s backend. Each site has its own administrators, editors, and contributors.
Language-aware URL structures. Multisite supports both subdomain ( de.example.com , fr.example.com ) and subdirectory ( example.com/de/ , example.com/fr/ ) URL structures. Both are compatible with hreflang implementation for international SEO, and both allow per-site language configuration.
RTL and non-Latin script support. For organisations operating in Arabic, Hebrew, Japanese, Chinese, or other non-Latin markets, Multisite combined with proper theme architecture handles right-to-left text direction and character encoding at the network level, not as an afterthought applied to individual sites.
Content approval and editorial workflows. Through plugin configurations and custom user roles, Multisite supports network-wide content governance: drafts that require central approval before publication, region-locked editing permissions, and content templates that ensure structural consistency while allowing local editorial variation.
For a global organisation managing, say, eight regional websites with different languages but a consistent brand identity, the alternative to Multisite is eight separate WordPress installations. That means eight sets of updates to apply, eight hosting environments to manage, eight plugin licences to maintain, and eight opportunities for brand drift or compliance gaps to develop unnoticed.
Beyond Multilingual: Other Use Cases Worth Understanding
Multilingual and multi-region networks are the headline use case, but Multisite’s applications extend well beyond geography and language.
Franchise and Multi-Brand Networks
Organisations running franchise models or managing multiple brands under a parent company are strong candidates for Multisite. Each franchise location or sub-brand gets its own site (with its own local content, contact details, team pages, and offers) while the parent organisation maintains control over shared assets, design, and plugins.
This model works well for retail chains, professional services firms with regional offices, membership organisations with chapter sites, and multi-brand holding groups where the underlying technical stack is consistent even if the audience-facing branding differs.
Campaign Sites and Landing Pages
A less obvious but genuinely useful application: using Multisite to manage a library of campaign or landing page sites that share a common design language but serve distinct marketing purposes.
Rather than building and maintaining separate WordPress installations for each campaign or cramming everything into a single install and fighting against page template sprawl a Multisite network gives marketing teams a clean, isolated site per campaign, with all the infrastructure benefits of centralised management.
New campaign site needed? A network administrator spins up a new site in minutes, pre-configured with the right theme and plugins. When the campaign ends, the site is archived or deleted without affecting anything else in the network.
Intranet and Extranet Networks
Enterprise intranets built on WordPress are more common than many people realise. Multisite is a natural fit for organisations that need a central intranet with divisional or departmental sub-sites each with their own content and user base, but sharing authentication, design, and administrative oversight.
The same model applies to extranet networks: a parent organisation providing a consistent digital environment to partner companies, resellers, or client groups, where each party has its own space but the whole network is governed centrally.
White-Label or Multi-Tenancy SaaS Models
If you’re building a platform that delivers branded digital experiences to multiple clients. Think digital publishing platforms, event site generators, or micro-site builders. Multisite provides the technical foundation. Each client gets their own site within the network. The platform provider manages the shared infrastructure. Customisation is scoped and controlled.
This model requires careful technical architecture, particularly around user isolation, data privacy, and plugin management. But for the right product, it removes enormous complexity from the infrastructure layer.
Education and Multi-Campus Institutions
Universities, multi-academy trusts, and large training organisations often need a web presence that balances institutional authority with departmental or campus-level autonomy. A university network might have sites for the central institution, individual faculties, research centres, student unions, and admissions all with consistent branding and shared navigation, but independently managed content.
The Complexity That Multisite Adds and When It Matters
Multisite is not without its complications. Part of giving it an honest treatment is naming them clearly.
Plugin compatibility
Not every WordPress plugin is built to work correctly in a Multisite environment. Some plugins store data in ways that conflict with the shared database structure. Others assume single-site behaviour and behave unpredictably when network-activated. Careful plugin evaluation is essential before Multisite deployment, and the plugin shortlist for a Multisite network should be tested more rigorously than for a single-site build.
Hosting configuration
Multisite, particularly with subdomain configurations, requires specific web server configuration (wildcard DNS, server rewrites) that not all managed hosting providers support out of the box. Choosing the right hosting environment for a Multisite network is an early and important decision.
Risk propagation
This is the most significant operational consideration. In a Multisite network, a poorly configured plugin, a theme conflict, or a badly timed update can affect every site in the network simultaneously. On separate installs, a problem on one site stays on one site. Multisite requires a more disciplined approach to staging, testing, and deployment precisely because the blast radius of a mistake is larger.
Backup and recovery complexity
Backing up and restoring individual sites within a Multisite network is more complex than backing up standalone installations. Network-level backups are straightforward, but selective site-level restores require more planning and the right tooling.
The operational capability question
Multisite networks are managed by a Super Admin. That person or team needs to understand the network architecture, manage user requests, handle plugin and theme governance, and coordinate updates across the network. If that capability doesn’t exist internally, it needs to come from a technical partner. Running a Multisite network without that understanding leads to sprawl, inconsistency, and exactly the kind of technical debt Multisite was meant to prevent.
How Make Do Approaches the Decision
We get asked regularly whether Multisite is right for a client’s situation. Our answer is always the same: it depends on the criteria, not on personal preference.
The case for Multisite strengthens when:
- Sites need to share users, roles, themes, plugins, and governance
- Updates should be managed centrally rather than independently per site
- Consistent branding, design systems, or editorial workflows need to be enforced across multiple properties
- Hosting, caching, deployment, and backup requirements are compatible with a shared infrastructure model
- The client’s internal team has the capability to manage network-level administration
- The benefit of centralised management clearly outweighs the added complexity
The case for separate WordPress installations strengthens when:
- Each site needs a different codebase, different hosting setup, or a different release and deployment cycle
- Sites have meaningfully different plugin stacks or security requirements
- One site breaking should have zero impact on the others
- Sites are commercially independent, legally separate, or operationally owned by different teams
- Future scalability is better served by isolated, independently scalable environments
- The organisation needs to hand off individual sites to third parties or spin them off as standalone products
There is no universal right answer. A franchise network with eight locations and a shared design system is almost certainly a Multisite candidate. A holding company with three operationally distinct businesses, each with its own team, its own commercial model, and its own technical requirements is almost certainly not.
The worst implementations we’ve seen have come from applying Multisite as a default (“it’ll be easier to manage”) without working through these criteria honestly. The best implementations we’ve built have come from clients who understood exactly what they were optimising for and were willing to invest in getting the architecture right upfront.
Getting the Architecture Right
If you’ve worked through the criteria and Multisite is the right call, the implementation decisions that follow matter enormously.
Subdomain vs. subdirectory
Subdomain configuration ( uk.example.com ) gives cleaner URL structures for multi-brand or multi-region networks and is generally preferred for enterprise deployments. Subdirectory configuration ( example.com/uk/ ) is simpler to configure and works well for smaller networks or where a single primary domain needs to be consistently reinforced.
Theme architecture
The shared theme in a Multisite network is load-bearing. It needs to be built to accommodate site-level variation. Think different logos, different colour schemes, different navigation structures all without requiring child themes for every site in the network.
A well-designed parent theme with a clean customisation API is the foundation of a maintainable Multisite network.
User and permissions planning
Who can do what, on which sites, matters before a single page of content goes live. Network admin, site admin, editor, contributor, etc. The permission model should reflect the governance structure of the organisation, not just the defaults.
Plugin governance from day one
Establish which plugins are network-active (available to all sites, managed centrally) and which are site-optional before the network is built. Plugin sprawl is one of the most common ways Multisite networks become difficult to manage over time.
Staging and deployment workflows
A Multisite network needs a staging environment that mirrors the full network, not just one site. Updates should be tested on staging, applied to production, and monitored with rollback capability in place before anything is touched.
WordPress Multisite is an Amazing Tool
WordPress Multisite has been part of WordPress core for over fifteen years. It powers some of the most complex and high-traffic WordPress networks in existence. It is mature, well-documented, and genuinely capable of solving problems that are difficult to solve any other way.
It is also widely misunderstood, frequently misapplied, and occasionally blamed for problems that were really the result of a decision-making process that skipped the hard questions.
Used correctly and with the right technical architecture, the right operational model, and a clear understanding of what it’s being asked to do Multisite is exactly what it was designed to be: one of WordPress’s most powerful and underutilised features.
The key word is correctly. And correctly starts with asking the right questions before you build.
Thinking about a Multisite network for your organisation?
Make Do has built, rescued, and managed Multisite deployments for enterprise clients across multiple regions. Get in touch to talk through whether it’s the right approach for your situation.



