Skip to content

Multisites

WordPress VIP Platform environments can be created as either a WordPress single site or a WordPress multisite. WordPress multisite (also known as a WordPress network) allows multiple sites to be created and run from a single installation of WordPress core files.

Users with access to the VIP Dashboard can view a list of existing Network Sites on a multisite environment.

WordPress multisite makes it possible to:

  • Manage user account creation and access per site or at the network level.
    All sites on the network share the wp_users table in the database, but users can be assigned unique roles (or none at all) on a per-site basis.
  • Maintain a shared resource of plugins and themes that can be accessed per site or at the network level.
    Code is deployed to an environment from a branch of an application’s GitHub repository. Themes and plugins added to a GitHub repository that deploys to a multisite environment can be activated on multiple sites. This enables theme and plugin updates and maintenance to be performed only once for the entire network, instead of once per site.
  • Use any combination of domains, subdomains, and subdirectories for each site on the network.
  • Support multiple language translations for a site on a single WordPress install.
    Plugins such as MultilingualPress (authored by Inpsyde, one of VIP’s Featured Partners) leverage multisite network capabilities to create a separate site for each language translation.

A single GitHub repository stores code for all sites on a network. All developers working on the site can access the entire repository. WordPress multisite might not be suitable if developer teams need restricted repository access to support different sites on the network.


For assistance with converting an existing WordPress single site to a WordPress multisite, contact VIP Support.

Last updated: January 31, 2024

Relevant to

  • WordPress