WordPress Multisite is a function of WordPress that means that you can create a community of a number of WordPress web sites – all managed from a single WordPress set up. With WordPress Multisite, you possibly can create and handle a number of web sites from a single dashboard, making it simpler to take care of and replace a number of websites.
1. Again up your current WordPress web site
Earlier than you start, create a backup of your present WordPress web site, simply in case something goes improper throughout the set up course of.
2. Allow WordPress Multisite
To allow multisite, it is advisable to add a line of code to your wp-config.php file, which might be discovered within the root listing of your WordPress set up. Add the next line of code simply above the road that claims “/* That is all, cease modifying! Pleased running a blog. */”:
Code:
outline('WP_ALLOW_MULTISITE', true);
3. Set up WordPress Multisite
As soon as you’ve got enabled multisite, you possibly can navigate to the WordPress dashboard and go to Instruments > Community Setup. This may deliver up the community setup display screen, the place you possibly can select between subdomains or subdirectories to your community. You may additionally have to enter a title to your community and an e-mail tackle for the community administrator.
4. Configure WordPress Multisite
As soon as you’ve got put in multisite, you possibly can configure your community settings by going to the Community Admin dashboard. From there, you possibly can handle your websites, customers, themes, and plugins, in addition to set international choices to your community.
5. Set up themes and plugins to your community
You’ll be able to set up themes and plugins that will likely be obtainable to all websites in your community by going to the Community Admin dashboard and clicking on Themes or Plugins.
That is it! As soon as you’ve got accomplished these steps, you may have a totally functioning WordPress multisite set up that you should utilize to handle a number of web sites from a single dashboard.