We want to set up a multisite Wordpress install on our main domain, let's call it "mainwebsite", as well as a number of other domains, let's call them "mainwebsite2" and "mainwebsite3"
However, is there a way we can get it working such that the following are true:
Plugins are shared by all domains, so that they only need to be installed/updated once
URLs would remain specific to each domain, rather than as subdirectories or subdomains of the main domain (so mainwebsite/about and mainwebsite2/about are two different pages with different URLs but are managed from one central Wordpress install)
Page content can be separated by domain (so mainwebsite/about and mainwebsite2/about would have different content)
Themes would be unique to each domain
I've read a couple different options for getting something like this setup (using domain aliases, using the MU Domain Mapping plugin), I'm just not entirely sure if any of them are going to work, given the requirements we need for this.
Thank you for any assistance!
We want to set up a multisite Wordpress install on our main domain, let's call it "mainwebsite", as well as a number of other domains, let's call them "mainwebsite2" and "mainwebsite3"
However, is there a way we can get it working such that the following are true:
Plugins are shared by all domains, so that they only need to be installed/updated once
URLs would remain specific to each domain, rather than as subdirectories or subdomains of the main domain (so mainwebsite/about and mainwebsite2/about are two different pages with different URLs but are managed from one central Wordpress install)
Page content can be separated by domain (so mainwebsite/about and mainwebsite2/about would have different content)
Themes would be unique to each domain
I've read a couple different options for getting something like this setup (using domain aliases, using the MU Domain Mapping plugin), I'm just not entirely sure if any of them are going to work, given the requirements we need for this.
Thank you for any assistance!
Share Improve this question asked Apr 22, 2019 at 17:36 ESSESS 131 silver badge3 bronze badges1 Answer
Reset to default 1What you're describing is a WordPress multi-site install. Everything you described will work.
The WordPress Codex has most of the information you'll need to get started: https://codex.wordpress/Create_A_Network
As of WordPress 4.5 domain mapping is native to WordPress and you don't need a plugin.
https://wordpress/support/article/wordpress-multisite-domain-mapping
It's a pretty straight forward setup but following the guide above and / or doing a bit of googling will definitely get you through it.
The most involved part will be adding the different domains, which some of that work will need to be done through hosting / registrars.