Multisite on VIP Go
In addition to single site WordPress installations on VIP Go, we also support multisite (also known as WordPress Networks). A WordPress multisite allows you to run multiple WordPress sites from the same WordPress installation, using the same set of user accounts. One common use case for a WordPress multisite is to support multiple languages, using the Multilingual Press plugin from Inpsyde, one of our VIP Featured Partner Agencies.
Specifics of how WordPress multisites work are available in the WordPress Codex article on WordPress Networks, but here are some key features:
- A multisite can use any combination of domains, subdomains, and subdirectories.
- All subsites share the same database.
- Several tables are shared by the entire multisite:
wp_blogs
wp_blog_versions
wp_registration_log
wp_signups
wp_site
wp_sitemeta
wp_users
wp_usermeta
- In addition, each subsite has its own set of the following tables that, after the first subsite, are prefixed by site ID (e.g.
wp_
for tables for site ID 1;wp_2_
for tables for site ID 2; et al):wp_commentmeta
wp_comments
wp_links
wp_options
wp_postmeta
wp_posts
wp_term_relationships
wp_term_taxonomy
wp_terms
- While the users table is shared, users can have unique roles (or none at all) on a per-subsite basis.
- Subsites all deploy from the same repo and the same branch.
- Plugins and themes can be made available on a per-subsite basis.
Reasons to use a multisite may include:
- Themes and plugins need to be updated only once for the entire network, instead of once per site.
- Editors and administrators who have access to multiple sites can easily navigate between them.
- Administrators can create new subsites quickly and easily.
Reasons not to use a multisite may include if you have different development teams per site who should not share access to the same repo.
If you have an existing single site and would like it converted to a multisite, please contact support.
VIP support is required to launch a subsite within a multisite. Read our Launch Day Playbook for more information on preparing for and scheduling a launch.