Shilpa
Published in : 2022-03-01
I got one task to add wordpress installation on my main domain (let's say, rubixc*****.com). my Client decided one theme for this website.
They want to use another theme for subdomain (alpha.rubixc*****.com).
Do I need to install a separate installation for subdomain? - If yes, it will be hard to manage all the subdomains (7+ subdomains) and update all the plugins, Updating SSL, testing, and too many deployments, Overall the maintenance costs will be increased!
Is there any solution to overcome this requirement?
Join our community and get the chance to solve your code issues & share your opinion with us
Sign up Now
Rakshit Date : 2022-03-05
Best answers
34
Best answers
34
All you need is to set up Multisite Network to your respective domain's root directory.
TL;DR;
Install wordpress to your root directory and add below comment at the bottom of “wp-config.php” file,
Open your website and login with your WP User credentials,
After that, You can now head over to Tools > Network Setup page to configure your multisite network.
You can visit wordpress dashboard for all subdomains you want to create. You can individually manage themes plugins pages and posts.
Ref: Visit here for the best guide
Hope, it will work for you.