SlideShare a Scribd company logo
Privacy - Terms
You are landed on the right page if you are willing to set up and install
WordPress multisite network to build multiple websites on the same WordPress
installation.
It is most widely used by large organizations, educational institutes, or any
business where you need to run all websites separately under a single
dashboard.
In this guide, I will let you know a step-by-step guide with screenshots to show
you how to install and set up WordPress multisite network.
Table of contents:
Introduction to WordPress Multisite Network


0
0

 
 

0
0
What is WordPress Multisite Network?
1
What are the Main Advantages of a WordPress multisite network?
2
What are the Disadvantages of a WordPress multisite network?
3
7 min read
WordPress Multisite Network: How to
install & setup it?
💬 Chat with us
WordPress Multisite Installation & Set up
WordPress Multisite Configuration Settings
Setting up New Sites, Themes, and Plugins
What is WordPress Multisite Network?
Why Is it used for?
4
WordPress Multisite Network Requirements
1
Choose a domain structure for WordPress multisite network
2
How to set up subdomains
3
Setup Custom Domain for each website in your multisite network
4
Enable WordPress Multisite Network Feature
5
How To Setup WordPress Multisite Network
6
Configure Network Setting
1
Open WordPress Multisite Network for Registrations
2
New Site Settings
3
Change Upload Settings
4
Plugin Menu Setting
5
How to Add New Sites to your Network?
1
How to add Themes to Multisite Network?
2
How to add Plugins to Multisite Network?
3
As the name indicates, WordPress multisite Network runs and manages multiple
websites using a single WordPress installation. You can manage all of your
websites with a single username and password. It has advanced settings to
manage your websites from a single dashboard.
What are the Main Advantages of a WordPress multisite network?
In most situations, a WordPress multisite network is one of the best
approaches to manage all of your websites using a single dashboard. Following
are the main advantages:
What are the Disadvantages of a WordPress multisite network?
WordPress Multisite Network has many disadvantages that you should consider
before setting up your network:
As a network admin, you can manage multiple websites under a single
dashboard
1
Each site also has separate admin panels to manage a single website
2
Install multiple plugins/themes and activate them for all websites with a
single download
3
Make it easier to update all your websites’ plugins, themes etc., on one
“master” install.
4
All websites share the same resources that mean if your network is down,
all sites go down.
1
In the beginning, it was not easy to manage traffic and hosting server
resources because if you got unexpected traffic on a single website, it
2
Why Is it used for?
Following are the scenarios when multisite makes sense:
WordPress Multisite Network Requirements
All websites you will publish on a single dashboard using a multisite network will
share the same server resources. That indicates you should choose a good
WordPress Hosting to keep your sites active and running with high speed.
would affect all other websites on the network.
If a single website on your network is hacked, it means all of your websites
are hacked.
3
Few plugins may not function in a multisite environment.
4
WordPress multisite is not supported by all web hosting providers, but
Temok supports it.
5
Any website with multiple sections managed by different teams
1
A corporate business website with sub-branches on different locations
2
Government or big organizations who use multisite for several departments
or locations
3
A Network of blogs or informational websites published on multiple
subdomains
4
Educational institutes allow students to create assignment blogs on a
college server
5
If you have a couple of websites with low traffic, you can go with Linux shared
web hosting and increase the hosting resources in the future. When your sites
grow, you need a VPS or dedicated server to manage them efficiently.
Choose a domain structure for your multisite network
You have two options: either use subdirectories or subdomains for this purpose.
Sub-directory:
http://example.com/website1
Subdomain:
http://website1.exmaple.com
How to Setup Subdomains
Login to your cPanel account, search the subdomain and open it.
Create a subdomain as shown below in the screenshot:
Setup Custom Domain for each website in your multisite network
First, you have to change DNS servers if you have purchased your domain
names from another provider. There is no need to worry about it if you bought
the domain and hosting from a single provider such as Temok.
Enable WordPress Multisite Network Feature
Install WordPress as you do for a single website and enable the multisite
feature. However, you can also enable it in the existing WordPress website. But
if you want to enable this feature in the existing website, don’t forget to take
the complete backup of your website.
Open cPanel or FRP client and edit wp-config.php file.
Add the given line before the /* That’s all, stop editing! Happy blogging. */ line.
Save this file and upload it back to the server if you use an FTP client. This line
will enable the WordPress multisite feature.
How To Setup WordPress Multisite Network
Deactivate all of your installed plugins. Go to Plugins > Installed Plugins and
select all plugins. Choose deactivate from the dropdown menu and then click on
the apply button.
1
2
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
Open Network Setup under Tools to proceed further.
Make sure that you have installed Apache’s mod_rewrite module. Please ask
your hosting provider to install this module on your web hosting server if you are
unsure. Enter admin email and Network title and click on the install button as
shown above.
WordPress will show you some code to add to your wp-config.php and
.htaccess file.
Add this code into wp-config.php file:
1
2
3
4
5
6
7
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
define( 'DOMAIN_CURRENT_SITE', 'multisite-test.cp13-nl.temok.com' );
define( 'PATH_CURRENT_SITE', '/wp/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
 
Add this code into .htaccess file:
After adding this code, save these files and re-login to your WordPress website.
Configure Network Setting
Click on the Network admin, navigate to the Dashboard, add new sites and
configure other settings.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /wp/
RewriteRule ^index.php$ - [L]
 
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
 
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
 
Here, you will see two dashboard widgets to create a New Site and add New
Users.
Under the admin sidebar, click on the “Settings” link and set the site title and
admin email.
Open WordPress Multisite Network for Registrations
By default, both user and site registrations are disabled in your network.
However, you can choose to open your website for new registrations, allow new
users to create a new website or allow both of them.
Check the box next to the “Registration Notification” option to receive email
notifications whenever a new user is registered on your website.
Moreover, If you want to permit individual website admins to add new users to
their websites, you can select the option next to the “Add New Users” option.
New Site Settings
The “New Site Settings” will let you configure default settings and options for
new sites created on your WordPress multisite network. You can set welcome
email and the content you want to display for the first default post, page and
comments in these settings.
Change Upload Settings
It is recommended to keep an eye on resource utilization by changing the upload
setting and limiting the total space a website can use for uploads. By default, it
is 100MB for each website, and they can upload files within this specified range.
You can change it according to your hosting server’s disk space or any specific
requirements.
There are many default file types for images, videos, music and pdf files. You
can add or remove file types as per your specific requirements.
Plugin Menu Setting
You can also change menu settings and enable the admin menu for the plugins
section on your websites. When you enable it, every admin on your network will
be able to enable or disable a plugin on their websites. However, they will not be
able to install new plugins.
When you have made all the configuration changes, click on the “Save Changes”
button at the bottom of your page.
How to Add New Sites to your Network?
The process is quite simple. Click on the “Sites” from “Network Admin”, as
shown below in the screenshot. You will see all of your websites available on
your multisite installation. You can add a new website by clicking on the “Add
New” button.
Enter the site address that you want to be a part of the administrator’s
subdomain, title, and email address.
Admin will receive an email containing a link to set a new password and log in.
How to add Themes and Plugins to Multisite Network?
If you can’t change default settings, then an admin of an individual website
available on your network will not install themes and plugins on their website.
Install Themes On Your Multisite Network
Go to My Sites > Network Admin > Themes to open the WordPress themes
page. Here, you will see a list of installed themes on this network, so it should
be easier to make a theme available to other sites by clicking on the “Network
Enable” option under that particular theme. Vice versa, you can disable a theme
by clicking on the disable link under the theme. It will be only available if the
theme is enabled.
Click on the “Add New” button to add a new theme to your network. If installed,
you can make it available to all other sites on WordPress multisite network with
the “Network Enable” option.
Install Plugins on your Multisite Network
Visit My Sites > Network Admin > Plugins to install new plugins, activation or
deactivation for the network. If a plugin is installed, you will see a link named
“Network Activate” below each plugin to activate it on your whole network.
Show Comments


0
0

 
 

0
0

0
Get started
Services
Managed Dedicated Servers
Managed DigitalOcean Cloud
Managed Magento Cloud
Managed Amazon Cloud (AWS)
Managed PHP Cloud
Managed Laravel Cloud
Managed Drupal Cloud
Managed Joomla Cloud
Managed Prestashop Cloud
Managed WooCommerce Cloud
Managed WordPress Cloud
Linux Shared Hosting
Windows Shared Hosting
Want to Start Hosting on the Cloud or Looking for the Managed
Dedicated Servers ? You are on the right Place .....
••
••
••
••
••
••
••
••
••
••
••
••
••
Linux Reseller Hosting
Linux SEO Hosting
Domains
Linux Virtual Private Server (VPS)
Windows Virtual Private Server (VPS)
SEO RDP/VPS
Proxies
VPN
SSL
Company
About Us
Contact Us
Privacy Policy
Terms & Conditions
Service Level Agreement
DMCA
Acceptable Use Policy
Blog
Affiliates
Newsletter
Sign up for special offers:
••
••
••
••
••
••
••
••
••
••
••
••
••
••
••
••
••
••
Subscribe
Copyright TEMOK 2021.
All Rights Reserved.

More Related Content

PDF
A Complete Guide To WordPress Multisite.pdf
PPTX
Ultimate Guide to WordPress Multisite
PPT
WordPress Multisite
PPTX
WordPress Multisite deck
PPTX
Worcamp2012 make a wordpress multisite in 20mins
PDF
Chandra Prakash Thapa: Make a WordPress Multisite in 20 mins
PPTX
Managing a WordPress Multisite Network
ODP
Introduction to WordPress Multisite
A Complete Guide To WordPress Multisite.pdf
Ultimate Guide to WordPress Multisite
WordPress Multisite
WordPress Multisite deck
Worcamp2012 make a wordpress multisite in 20mins
Chandra Prakash Thapa: Make a WordPress Multisite in 20 mins
Managing a WordPress Multisite Network
Introduction to WordPress Multisite

Similar to Word press multisite network how to install & setup it (20)

PPTX
2014 WordCamp Austin: Do's and Don'ts of WordPress Multisite
PDF
Utsav Singh Rathour: How, Why and Where to use WordPress multisite
KEY
Understanding WordPress Multisite
PPTX
When to use WordPress MultiSite WordCamp Nepal 2012
PPTX
Introduction to WordPress Multisite Networks
PPTX
An Introduction to Multisite - WordCamp Phoenix
PDF
Making Multisite Work for You
PPTX
Introduction to WordPress Multisite
PDF
More Multisite for the Masses
PDF
WP-Ultimo Guide
PDF
Mul-ti-site!
PPTX
HOW TO INSTALL AND SETUP WORDPRESS MULTISITE NETWORK
PPTX
WordPress Multisite Network Do’s & Don’ts
PPTX
Multisite: Lessons I Learned the Hard Way
PPT
Developing formultisite
PPTX
How to install and setup WordPress Multisite Network
PDF
Best Friend || Worst Enemy: WordPress Multisite
PDF
Word camp raleigh presentation 11 23-13
KEY
Exploring WordPress Multisite
PPTX
Wordpress multisite
2014 WordCamp Austin: Do's and Don'ts of WordPress Multisite
Utsav Singh Rathour: How, Why and Where to use WordPress multisite
Understanding WordPress Multisite
When to use WordPress MultiSite WordCamp Nepal 2012
Introduction to WordPress Multisite Networks
An Introduction to Multisite - WordCamp Phoenix
Making Multisite Work for You
Introduction to WordPress Multisite
More Multisite for the Masses
WP-Ultimo Guide
Mul-ti-site!
HOW TO INSTALL AND SETUP WORDPRESS MULTISITE NETWORK
WordPress Multisite Network Do’s & Don’ts
Multisite: Lessons I Learned the Hard Way
Developing formultisite
How to install and setup WordPress Multisite Network
Best Friend || Worst Enemy: WordPress Multisite
Word camp raleigh presentation 11 23-13
Exploring WordPress Multisite
Wordpress multisite
Ad

More from Temok IT Services (20)

PDF
what-is-machine-learning-and-its-importance-in-todays-world.pdf
PDF
what-is-datafication-and-why-is-it-the-future-of-business-in-2023.pdf
PDF
top-9-web-hosting-trends-and-how-they-affect-your-business.pdf
PDF
Computing power technology – an overview.pdf
PDF
Hosted VS Cloud Services key Differences; How Does It Work.pdf
PDF
35+ Frequently Asked UX Interview Questions In 2022.pdf
PDF
8 Digital Marketing Tools used by Experts In 2022.pdf
PDF
how-to-make-money-with-nft.pdf
PDF
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdf
PDF
Key Differences Between Node JS vs JavaScript.pdf
PDF
Web Server VS Application Server Understanding The Differences.pdf
PDF
Django vs Laravel Which Backend Framework is Better & Why.pdf
PDF
IPv4 vs IPv6 Know the Difference Between Two IP Versions.pdf
PDF
50 most commonly asked windows server interview questions
PDF
Best video-search-engines
PDF
Is ruby on rails dead or still good choice for building apps
PDF
Facebook reels a new revenue model for creators
PDF
What is desktop virtualization and how does it work
PDF
What is private dns & how to use it on i phone, android & laptop
PDF
10 server security hacks to secure your web servers
what-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-datafication-and-why-is-it-the-future-of-business-in-2023.pdf
top-9-web-hosting-trends-and-how-they-affect-your-business.pdf
Computing power technology – an overview.pdf
Hosted VS Cloud Services key Differences; How Does It Work.pdf
35+ Frequently Asked UX Interview Questions In 2022.pdf
8 Digital Marketing Tools used by Experts In 2022.pdf
how-to-make-money-with-nft.pdf
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdf
Key Differences Between Node JS vs JavaScript.pdf
Web Server VS Application Server Understanding The Differences.pdf
Django vs Laravel Which Backend Framework is Better & Why.pdf
IPv4 vs IPv6 Know the Difference Between Two IP Versions.pdf
50 most commonly asked windows server interview questions
Best video-search-engines
Is ruby on rails dead or still good choice for building apps
Facebook reels a new revenue model for creators
What is desktop virtualization and how does it work
What is private dns & how to use it on i phone, android & laptop
10 server security hacks to secure your web servers
Ad

Recently uploaded (20)

PDF
Best Private Bba Colleges | Galgotias University
PDF
Digital marketing strategy slides .pdf
PDF
Why Infotrench Stands Out as the Best SEO Agency in Noida.pdf
PDF
Green minimalist professional Business Proposal Presentation.pdf
PDF
Management Colleges In Delhi Ncr | Galgotias University
PDF
Effective Bad Luck Removal In Sydney.pdf
PDF
Choosing an Entrepreneurial Path Based on Your Personality.pdf
PDF
Secure Your World with Acme Enterprises PDF Sharing.pdf
PDF
The Role of Testing and QA in Successful Mobile App Development_Spinx Infotec...
PDF
AI Staffing for Startups & Growing Businesses | Rubixe
PDF
Resealing and Protecting Outdoor Wood Features Before Summer Peaks.pdf
PDF
The New Drive_ How the Transportation Business is Reinventing Itself by Ednei...
PPTX
The Rise of Work-from-Home Internships.pptx
PDF
Recruitment Services in Bangalore.pdf OSG
PDF
Smart Plumbing Solutions Every Property Owner and Developer Should Know
PDF
How to Inspect Exterior Paint for Early Signs of Summer Damage.pdf
PPTX
Why Outsourcing Debt Collection Saves Time and Money.pptx
PDF
Legacy Application Modernisation Services.pdf
PDF
Top 7 Cybersecurity Companies in Abu Dhabi
PDF
Defi Smart Contract Developmkent Infographics.pdf
Best Private Bba Colleges | Galgotias University
Digital marketing strategy slides .pdf
Why Infotrench Stands Out as the Best SEO Agency in Noida.pdf
Green minimalist professional Business Proposal Presentation.pdf
Management Colleges In Delhi Ncr | Galgotias University
Effective Bad Luck Removal In Sydney.pdf
Choosing an Entrepreneurial Path Based on Your Personality.pdf
Secure Your World with Acme Enterprises PDF Sharing.pdf
The Role of Testing and QA in Successful Mobile App Development_Spinx Infotec...
AI Staffing for Startups & Growing Businesses | Rubixe
Resealing and Protecting Outdoor Wood Features Before Summer Peaks.pdf
The New Drive_ How the Transportation Business is Reinventing Itself by Ednei...
The Rise of Work-from-Home Internships.pptx
Recruitment Services in Bangalore.pdf OSG
Smart Plumbing Solutions Every Property Owner and Developer Should Know
How to Inspect Exterior Paint for Early Signs of Summer Damage.pdf
Why Outsourcing Debt Collection Saves Time and Money.pptx
Legacy Application Modernisation Services.pdf
Top 7 Cybersecurity Companies in Abu Dhabi
Defi Smart Contract Developmkent Infographics.pdf

Word press multisite network how to install & setup it

  • 1. Privacy - Terms You are landed on the right page if you are willing to set up and install WordPress multisite network to build multiple websites on the same WordPress installation. It is most widely used by large organizations, educational institutes, or any business where you need to run all websites separately under a single dashboard. In this guide, I will let you know a step-by-step guide with screenshots to show you how to install and set up WordPress multisite network. Table of contents: Introduction to WordPress Multisite Network   0 0       0 0 What is WordPress Multisite Network? 1 What are the Main Advantages of a WordPress multisite network? 2 What are the Disadvantages of a WordPress multisite network? 3 7 min read WordPress Multisite Network: How to install & setup it? 💬 Chat with us
  • 2. WordPress Multisite Installation & Set up WordPress Multisite Configuration Settings Setting up New Sites, Themes, and Plugins What is WordPress Multisite Network? Why Is it used for? 4 WordPress Multisite Network Requirements 1 Choose a domain structure for WordPress multisite network 2 How to set up subdomains 3 Setup Custom Domain for each website in your multisite network 4 Enable WordPress Multisite Network Feature 5 How To Setup WordPress Multisite Network 6 Configure Network Setting 1 Open WordPress Multisite Network for Registrations 2 New Site Settings 3 Change Upload Settings 4 Plugin Menu Setting 5 How to Add New Sites to your Network? 1 How to add Themes to Multisite Network? 2 How to add Plugins to Multisite Network? 3
  • 3. As the name indicates, WordPress multisite Network runs and manages multiple websites using a single WordPress installation. You can manage all of your websites with a single username and password. It has advanced settings to manage your websites from a single dashboard. What are the Main Advantages of a WordPress multisite network? In most situations, a WordPress multisite network is one of the best approaches to manage all of your websites using a single dashboard. Following are the main advantages: What are the Disadvantages of a WordPress multisite network? WordPress Multisite Network has many disadvantages that you should consider before setting up your network: As a network admin, you can manage multiple websites under a single dashboard 1 Each site also has separate admin panels to manage a single website 2 Install multiple plugins/themes and activate them for all websites with a single download 3 Make it easier to update all your websites’ plugins, themes etc., on one “master” install. 4 All websites share the same resources that mean if your network is down, all sites go down. 1 In the beginning, it was not easy to manage traffic and hosting server resources because if you got unexpected traffic on a single website, it 2
  • 4. Why Is it used for? Following are the scenarios when multisite makes sense: WordPress Multisite Network Requirements All websites you will publish on a single dashboard using a multisite network will share the same server resources. That indicates you should choose a good WordPress Hosting to keep your sites active and running with high speed. would affect all other websites on the network. If a single website on your network is hacked, it means all of your websites are hacked. 3 Few plugins may not function in a multisite environment. 4 WordPress multisite is not supported by all web hosting providers, but Temok supports it. 5 Any website with multiple sections managed by different teams 1 A corporate business website with sub-branches on different locations 2 Government or big organizations who use multisite for several departments or locations 3 A Network of blogs or informational websites published on multiple subdomains 4 Educational institutes allow students to create assignment blogs on a college server 5
  • 5. If you have a couple of websites with low traffic, you can go with Linux shared web hosting and increase the hosting resources in the future. When your sites grow, you need a VPS or dedicated server to manage them efficiently. Choose a domain structure for your multisite network You have two options: either use subdirectories or subdomains for this purpose. Sub-directory: http://example.com/website1 Subdomain: http://website1.exmaple.com How to Setup Subdomains Login to your cPanel account, search the subdomain and open it.
  • 6. Create a subdomain as shown below in the screenshot:
  • 7. Setup Custom Domain for each website in your multisite network First, you have to change DNS servers if you have purchased your domain names from another provider. There is no need to worry about it if you bought the domain and hosting from a single provider such as Temok. Enable WordPress Multisite Network Feature Install WordPress as you do for a single website and enable the multisite feature. However, you can also enable it in the existing WordPress website. But if you want to enable this feature in the existing website, don’t forget to take the complete backup of your website. Open cPanel or FRP client and edit wp-config.php file. Add the given line before the /* That’s all, stop editing! Happy blogging. */ line.
  • 8. Save this file and upload it back to the server if you use an FTP client. This line will enable the WordPress multisite feature. How To Setup WordPress Multisite Network Deactivate all of your installed plugins. Go to Plugins > Installed Plugins and select all plugins. Choose deactivate from the dropdown menu and then click on the apply button. 1 2 /* Multisite */ define( 'WP_ALLOW_MULTISITE', true );
  • 9. Open Network Setup under Tools to proceed further.
  • 10. Make sure that you have installed Apache’s mod_rewrite module. Please ask your hosting provider to install this module on your web hosting server if you are unsure. Enter admin email and Network title and click on the install button as shown above. WordPress will show you some code to add to your wp-config.php and .htaccess file. Add this code into wp-config.php file: 1 2 3 4 5 6 7 define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); define( 'DOMAIN_CURRENT_SITE', 'multisite-test.cp13-nl.temok.com' ); define( 'PATH_CURRENT_SITE', '/wp/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 );  
  • 11. Add this code into .htaccess file: After adding this code, save these files and re-login to your WordPress website. Configure Network Setting Click on the Network admin, navigate to the Dashboard, add new sites and configure other settings. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase /wp/ RewriteRule ^index.php$ - [L]   # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]   RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L] RewriteRule . index.php [L]  
  • 12. Here, you will see two dashboard widgets to create a New Site and add New Users.
  • 13. Under the admin sidebar, click on the “Settings” link and set the site title and admin email.
  • 14. Open WordPress Multisite Network for Registrations By default, both user and site registrations are disabled in your network. However, you can choose to open your website for new registrations, allow new users to create a new website or allow both of them.
  • 15. Check the box next to the “Registration Notification” option to receive email notifications whenever a new user is registered on your website. Moreover, If you want to permit individual website admins to add new users to their websites, you can select the option next to the “Add New Users” option. New Site Settings The “New Site Settings” will let you configure default settings and options for new sites created on your WordPress multisite network. You can set welcome email and the content you want to display for the first default post, page and comments in these settings. Change Upload Settings
  • 16. It is recommended to keep an eye on resource utilization by changing the upload setting and limiting the total space a website can use for uploads. By default, it is 100MB for each website, and they can upload files within this specified range. You can change it according to your hosting server’s disk space or any specific requirements. There are many default file types for images, videos, music and pdf files. You can add or remove file types as per your specific requirements. Plugin Menu Setting You can also change menu settings and enable the admin menu for the plugins section on your websites. When you enable it, every admin on your network will be able to enable or disable a plugin on their websites. However, they will not be able to install new plugins. When you have made all the configuration changes, click on the “Save Changes” button at the bottom of your page. How to Add New Sites to your Network? The process is quite simple. Click on the “Sites” from “Network Admin”, as shown below in the screenshot. You will see all of your websites available on your multisite installation. You can add a new website by clicking on the “Add New” button.
  • 17. Enter the site address that you want to be a part of the administrator’s subdomain, title, and email address. Admin will receive an email containing a link to set a new password and log in. How to add Themes and Plugins to Multisite Network? If you can’t change default settings, then an admin of an individual website available on your network will not install themes and plugins on their website. Install Themes On Your Multisite Network Go to My Sites > Network Admin > Themes to open the WordPress themes page. Here, you will see a list of installed themes on this network, so it should be easier to make a theme available to other sites by clicking on the “Network Enable” option under that particular theme. Vice versa, you can disable a theme
  • 18. by clicking on the disable link under the theme. It will be only available if the theme is enabled. Click on the “Add New” button to add a new theme to your network. If installed, you can make it available to all other sites on WordPress multisite network with the “Network Enable” option. Install Plugins on your Multisite Network Visit My Sites > Network Admin > Plugins to install new plugins, activation or deactivation for the network. If a plugin is installed, you will see a link named “Network Activate” below each plugin to activate it on your whole network.
  • 20. Get started Services Managed Dedicated Servers Managed DigitalOcean Cloud Managed Magento Cloud Managed Amazon Cloud (AWS) Managed PHP Cloud Managed Laravel Cloud Managed Drupal Cloud Managed Joomla Cloud Managed Prestashop Cloud Managed WooCommerce Cloud Managed WordPress Cloud Linux Shared Hosting Windows Shared Hosting Want to Start Hosting on the Cloud or Looking for the Managed Dedicated Servers ? You are on the right Place ..... •• •• •• •• •• •• •• •• •• •• •• •• ••
  • 21. Linux Reseller Hosting Linux SEO Hosting Domains Linux Virtual Private Server (VPS) Windows Virtual Private Server (VPS) SEO RDP/VPS Proxies VPN SSL Company About Us Contact Us Privacy Policy Terms & Conditions Service Level Agreement DMCA Acceptable Use Policy Blog Affiliates Newsletter Sign up for special offers: •• •• •• •• •• •• •• •• •• •• •• •• •• •• •• •• •• ••