{"id":153301,"date":"2016-03-24T10:00:23","date_gmt":"2016-03-24T14:00:23","guid":{"rendered":"http:\/\/premium.wpmudev.org\/blog\/?p=153301"},"modified":"2016-11-03T21:43:50","modified_gmt":"2016-11-03T21:43:50","slug":"wordpress-multisite-masterclass-getting-started","status":"publish","type":"post","link":"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-getting-started\/","title":{"rendered":"WordPress Multisite Masterclass: Getting Started"},"content":{"rendered":"<p>If you&#8217;re like us here at WPMU DEV, you&#8217;re super keen to get the most out of Multisite, so we&#8217;ve put together this six-part course to help you master this powerful WordPress feature.<\/p>\n<p>Multisite is a powerful tool that will help you\u00a0create a network of sites to fulfill a variety of purposes, and which you can customize to make life easier for your users and help your network run more efficiently and make you money.<\/p>\n<p>Over the next six weeks, you&#8217;ll learn everything you need to know to create your own network, add sites to it or let users add their own, and manage the network. You&#8217;ll learn how to ensure your network is secure and high performing and how to create a successful community of users and sites.<\/p>\n<p>In this first tutorial, I&#8217;ll give you an introduction to WordPress Multisite and what it can do. I&#8217;ll cover:<\/p>\n<ul>\n<li>Introduction to Multisite &#8211; what it is and what it isn\u2019t<\/li>\n<li>The benefits of Multisite<\/li>\n<li>The differences between Multisite and standalone sites<\/li>\n<li>Uses for Multisite<\/li>\n<\/ul>\n<p>Let&#8217;s\u00a0get started.<\/p>\n<p><strong>Missed a tutorial in our WordPress Multisite Masterclass series? You can catch up on all six posts here:<\/strong><\/p>\n<ul>\n<li><a href=\"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-getting-started\/\" target=\"_blank\">WordPress Multisite Masterclass: Getting Started<\/a><\/li>\n<li><a href=\"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-activation-configuration\/\" target=\"_blank\">WordPress Multisite Masterclass: Activation and Configuration<\/a><\/li>\n<li><a href=\"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-user-site-registration\/\" target=\"_blank\">WordPress Multisite Masterclass: Site and User Registration<\/a><\/li>\n<li><a href=\"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-domain-mapping\/\" target=\"_blank\">WordPress Multisite Masterclass: Client Sites and Domain Mapping<\/a><\/li>\n<li><a href=\"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-creating-community\/\" target=\"_blank\">WordPress Multisite Masterclass: Creating a Community<\/a><\/li>\n<li><a href=\"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-managing-your-network\/\" target=\"_blank\">WordPress Multisite Masterclass: Managing your Network<\/a><\/li>\n<\/ul>\n<div  class=\"wpdui-pic-large   \" >\n<figure class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-1364x1364 size-1364x1364\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/03\/create-a-network.png\" alt=\"Create a network\" width=\"1364\" height=\"500\" \/><figcaption class=\"wp-caption-text\">Multisite became part of WordPress core in version 3.0<\/figcaption><\/figure>\n<\/div>\n<h2>Introduction to WordPress Multisite<\/h2>\n<p>WordPress Multisite is a feature of WordPress core. It used to be a standalone system called WPMU\u00a0but was merged into WordPress\u00a0core in version 3.0.<\/p>\n<p>This means that you can easily activate Multisite in any existing standalone installation, even one you&#8217;ve been running for months or years. There&#8217;s one key difference when you install Multisite on an existing WordPress installation as compared to a new one, though, and that relates to subdomains and subdirectories. I&#8217;ll cover this in more detail later in this post when I look at the structure of Multisite networks.<\/p>\n<div  class=\"wpdui-pic-right  \">\n\n\n\n<figure class=\"wp-caption alignright\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-490x490\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/03\/scaling-WordPress.png\" alt=\"We had to do some serious work scaling WordPress Multisite for Edublogs\" width=\"400\" height=\"343\" \/><figcaption class=\"wp-caption-text\">We had to do some serious work scaling WordPress Multisite for Edublogs<\/figcaption><\/figure>\n\n<p>Multisite lets you run a network of sites, meaning that with one installation of WordPress, you can have as many sites as you like.<\/p>\n<p>And yes, I really mean as many sites as you like. <a href=\"https:\/\/wordpress.com\" target=\"_blank\">WordPress.com<\/a> is a Multisite installation powering over 10% of all websites, and our own <a href=\"https:\/\/edublogs.org\/\" target=\"_blank\">Edublogs<\/a> is also a Multisite installation that runs over 3 million educational blogs. As you can imagine, there are some extra considerations when it comes to <a href=\"https:\/\/wpmudev.com\/blog\/scaling-wordpress-wpmu-buddypress-like-edublogs\/\" target=\"_blank\">managing a vast network<\/a> like this, such as distributing storage across multiple servers. But the basic setup is one WordPress installation with one Multisite network running on it.<\/p>\n\n\n\n\n<\/div>\n<p>In this course, you won&#8217;t learn\u00a0how to create and manage an immense network like Edublogs \u2013 that takes years of experience, sometimes painful \u2013 but what you will learn is how to create your own network of sites that you can use\u00a0for one or more of a variety of purposes, which may or may not earn you money.<\/p>\n<p>Here&#8217;s the definition of Multisite from the <a href=\"http:\/\/codex.wordpress.org\/Create_A_Network\" target=\"_blank\">WordPress Codex<\/a>:<\/p>\n<blockquote><p>A Multisite network is a collection of sites that all share the same WordPress installation. They can also share plugins and themes. The individual sites in the network are\u00a0<i>virtual<\/i>\u00a0sites in the sense that they do not have their own directories on your server, although they do have separate directories for media uploads within the shared installation, and they do have separate tables in the database.<\/p><\/blockquote>\n<p>So, Multisite is a WordPress feature that lets you create your own network of sites. Each of those sites\u00a0can be managed separately and have its own domain pointing to it, so that when people visit it, you&#8217;d never know it&#8217;s on a network. This can make life much easier for you if you manage lots of sites and don&#8217;t want the hassle of keeping a separate eye on them all \u2013 updating plugins, dealing with performance and security, adding users, etc. It&#8217;s also incredibly useful if you want to let your users communicate with each other via a community, which you can host on your network.<\/p>\n<h2>The Benefits of Multisite<\/h2>\n<p>WordPress Multisite has a few key benefits when compared to managing multiple sites each on their own WordPress installation. These are:<\/p>\n<ul>\n<li>Storage space. You only have one set of WordPress files and one copy of each theme and plugin to store on your server.<\/li>\n<li>Updates. When you update WordPress, themes and plugins, you only have to do it once instead of once for each site. (But test on a development site first!)<\/li>\n<li>Community. You can use a Multisite network to create a community of sites and users. Options including cross-posting content, letting users follow each other and more. I&#8217;ll cover this in detail later in this course.<\/li>\n<li>Site creation. Multisite lets you allow users to create their own sites on your network. This is great if you&#8217;re running a community network for a school or club, or if you want to charge people to create sites. There&#8217;s a part on site creation later in this course.<\/li>\n<\/ul>\n<h2>Multisite vs Standalone Sites: Key Differences<\/h2>\n<p>Before you start working with Multisite there are some key differences between it and a standard (what I&#8217;ll call standalone) WordPress installation. It helps to understand these first, as they&#8217;ll help you decide whether Multisite is the right tool for you and to be more effective when you start creating and managing your network. Let&#8217;s take a look at some of those differences.<\/p>\n<p><em>Note on terminology: If you&#8217;re used\u00a0to standard WordPress sites, you&#8217;ll\u00a0probably\u00a0think of\u00a0your installation as\u00a0your site. In this course the terminology I&#8217;ll use will be different. The <strong>network<\/strong> is the WordPress installation, which includes a number of sites. A <strong>site<\/strong> is one site on that network. In earlier versions of\u00a0<\/em><i>Multisite they were thought of as <strong>blogs<\/strong>, but that\u00a0changed with\u00a0WordPress version 3.5.<\/i><\/p>\n<h3>Network Administration<\/h3>\n<p>When you create a Multisite network, you&#8217;ll become the network administrator, or super admin. This means you have the ability to manage the network as well as individual sites within\u00a0it.<\/p>\n<p>When you activate Multisite, you&#8217;ll see some extra links in your admin screens, shown in the screenshot:<\/p>\n<div  class=\"wpdui-pic-large   \" > <img loading=\"lazy\" decoding=\"async\" class=\"attachment-1364x1364 size-1364x1364\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/03\/Multisite-dashboard.png\" alt=\"Multisite dashboard screen\" width=\"1364\" height=\"558\" \/> <\/div>\n<p>The additional menu items are:<\/p>\n<ul>\n<li>In the admin you&#8217;ll see a <strong>My Sites<\/strong> link<\/li>\n<li>In the admin bar at the top, a <strong>My Sites<\/strong> link will be added that takes you to the network management screens.<\/li>\n<\/ul>\n<p>The network management screens are where you install and activate themes and plugins and create and manage sites and users:<\/p>\n<div  class=\"wpdui-pic-large   \" > <img loading=\"lazy\" decoding=\"async\" class=\"attachment-1364x1364 size-1364x1364\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/03\/network-dashboard.png\" alt=\"Multisite network admin dashboard\" width=\"1364\" height=\"469\" \/> <\/div>\n<p>The network admin menu includes six sections:<\/p>\n<ul>\n<li>Dashboard &#8211; Manage updates and network upgrades from here.<\/li>\n<li>Sites &#8211; Create sites in your network and manage users, themes and settings for each of them.<\/li>\n<li>Users &#8211; Add users to your network in the same way as you would for a standalone site.<\/li>\n<li>Themes &#8211; Install themes, which you can then network enable\u00a0or just enable\u00a0for one or more individual sites in your network.<\/li>\n<li>Plugins &#8211; Install plugins here and\u00a0network activate them if relevant. Some plugins can only be activated for the entire network, such as backup plugins, while others can be activated for the whole network if you want them to run on all sites, or site administrators can choose to activate them on their site.<\/li>\n<li>Settings &#8211; Manage the settings for your network.<\/li>\n<\/ul>\n<p>There are a few aspects of network management that can be confusing for beginners:<\/p>\n<ul>\n<li>Base site. When you create a network, there will be one site to start with \u2013 the base site. This is the site you started with in your original WordPress installation. This will have the base URL as its domain name. You as the network administrator will also be the site administrator for that site, and you can add other users just as you would for an individual site. You can&#8217;t remove this site from the network. If you want to activate themes or plugins on the base\u00a0site, you do so in the same way as you would for any other site in\u00a0your network.<\/li>\n<li>Theme and\u00a0plugin activation. You might expect to activate themes and plugins in the same way but you don&#8217;t. You install both of them via the network admin screens, but that&#8217;s where the similarity ends. With plugins, you can network activate them or not activate them at all, in which case they have to be activated via the Plugins screen in each individual site where they will run. For themes, you can network enable them, which makes them available for individual site administrators\u00a0to activate on their site. Or you can enable themes for individual sites via the Sites admin screens, which means only those sites can activate them and the other site admins can&#8217;t see them. This is useful if you&#8217;re running a network of client sites each of which has its own theme.<\/li>\n<li>User creation. Users can be added by the network administrator or by site administrators. If you add a user via the network admin screens, they have a user account on the network \u00a0but don&#8217;t have any privileges for other sites (including the base site). If a site administrator adds a user, they will just have user access to that site, but site administrators for other sites can also add them to their own site.<\/li>\n<li>Updates. When you update themes, plugins and WordPress itself, you do it from the network admin screens and it will apply to all of the sites in your network. This is why it&#8217;s very important to test any updates on a development site before applying them to your live network &#8211; if a plugin update breaks something, it could affect one site, or thousands! You can install a plugin that helps you to identify which sites are running which themes and plugins, which I&#8217;ll look at in detail in a later part of this course.<\/li>\n<\/ul>\n<div  class=\"wpdui-pic-large   \" >\n<figure class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-1364x1364 size-1364x1364\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/03\/network-plugins.png\" alt=\"network admin - plugins screen\" width=\"1364\" height=\"469\" \/><figcaption class=\"wp-caption-text\">Install, activate and update plugins via the network admin screens<\/figcaption><\/figure>\n<\/div>\n<p>As a network administrator you have additional capabilities compared to a site administrator:<\/p>\n<ul>\n<li>Capabilities relating to the network held by the superadmin are\u00a0manage_network, manage_sites, manage_network_users, manage_network_plugins, manage_network_themes and manage_network_options.<\/li>\n<li>Capabilities which a site admin would have\u00a0in a standard installation but which are only held by the superadmin in a Multisite network are update_core, update_plugins, update_themes, install_plugins, install_themes, delete_themes, delete_plugins, edit_plugins, edit_themes, edit_files, edit_users, create_users, delete_users and unfiltered_html.<\/li>\n<li>Capabilities held by both site admins and network admins are activate_plugins, delete_others_pages, delete_others_posts, delete_pages, delete_posts, delete_private_pages, delete_private_posts, delete_published_pages, delete_published_posts, edit_dashboard, edit_others_pages, edit_others_posts, edit_pages, edit_posts, edit_private_pages, edit_private_posts, edit_published_pages, edit_published_posts, edit_theme_options, export, import, list_users, manage_categories, manage_links, manage_options, moderate_comments, promote_users, publish_pages, publish_posts, read_private_pages, read_private_posts, read, remove_users, switch_themes and upload_files.<\/li>\n<\/ul>\n<p>This means that as network administrator you can also edit and manage the individual sites on your network.<\/p>\n<h3>Site Administration<\/h3>\n<p>Whenever a new site is created on your network, it will have a site administrator. If the site is created\u00a0by the network administrator, then the site administrator will be the same person. If the site is created via the signup screens, then the person creating the site will be the site administrator. It&#8217;s possible to add additional administrators to each site just as it is for a standalone WordPress site.<\/p>\n<p>For site administrators, the screens they will have access to and the capabilities they have will be different from a standalone installation. The key differences are:<\/p>\n<ul>\n<li>Installing plugins and themes. Site admins can&#8217;t install plugins or themes. If a theme has been network enabled or enabled for their site, they can activate it via the Themes screen. If the network administrator gives site administrators access to plugin management, they can activate plugins. They can&#8217;t see any plugins that have been network activated in the Plugins screen. Site administrators can&#8217;t update plugins or themes.<\/li>\n<li>Managing Settings. There are some site settings that only network administrators\u00a0have access to. These include maximum file upload size, user registration and new site settings.<\/li>\n<\/ul>\n<p>Site administrators have all the same capabilities and screens for creating and editing content as they would on a standalone site. They can also add users to their site, including users already registered on the network and new users.<\/p>\n<div  class=\"wpdui-pic-large   \" >\n<figure class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-1364x1364 size-1364x1364\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/03\/site-admin-new-user.png\" alt=\"site admin screens - user creation\" width=\"1364\" height=\"565\" \/><figcaption class=\"wp-caption-text\">Site administrators can create new users or add existing users on the network to their site.<\/figcaption><\/figure>\n<\/div>\n<p>If the network administrator has enabled it via the network settings, site administrators\u00a0can also activate plugins that haven&#8217;t been network activated. This is useful if you&#8217;re letting people create and manage their own sites in a similar way to edublogs or WordPress.com.<\/p>\n<h3>File Structure<\/h3>\n<p>A Multisite network includes the same WordPress files as any other installation, so the files in the root folder, in <code>wp-admin<\/code> and <code>wp-includes<\/code> will be the same. The plugin and theme folders in <code>wp-content<\/code> will also be the same. This is a much more efficient\u00a0way of storing all of these files if you&#8217;re managing multiple sites: instead of storing each theme or plugin many\u00a0times on many\u00a0sites, you just have one network with one copy of the theme or plugin\u00a0and as many sites as you need.<\/p>\n<p>The one difference is in the way the uploads folder is structured inside <code>wp-content<\/code>. In a standard installation, the uploads folder will contain one folder for each year since the site was created, with each of those having folders for the months in which media was uploaded. In a Multisite installation, the uploads for each of the sites are stored separately.<\/p>\n<p>The uploads for the base site will be stored in exactly the same way as for a standalone site. It&#8217;s important that this works in the same way, as if you activate Multisite on a site that you&#8217;ve already added content and uploads to, you still want those uploads to work. But all of the other sites will have their own folder for uploads. In the <code>wp-content\/uploads<\/code> folder, a new folder is created called <code>sites<\/code>. Within that there is a folder for each site created on your network, with its name being the ID of the site.\u00a0 Each site has its own unique numerical ID, starting with 2. Then within that numbered folder the uploads will have the same structure as for a standalone site, with folders for each year and then month.<\/p>\n<div  class=\"wpdui-pic-large   \" >\n<figure class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-1364x1364 size-1364x1364\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/03\/uploads-structure-wide.png\" alt=\"folder stricture in WordPress Multisite\" width=\"1364\" height=\"375\" \/><figcaption class=\"wp-caption-text\">The structure of the wp-content\/uploads folder in Multisite<\/figcaption><\/figure>\n<\/div>\n<p>This means that if you upload a file called media.png to the site with the ID of 10 during March 2016, it will be stored as <code>wp-content\/uploads\/sites\/10\/2016\/03\/media.png<\/code>.<\/p>\n<h3>Database Structure<\/h3>\n<p>The database for a Multisite installation will also have a different structure from that of a standalone site. A standard WordPress site has eleven\u00a0database tables:<\/p>\n<ul>\n<li>wp_posts<\/li>\n<li>wp_postmeta<\/li>\n<li>wp_comments<\/li>\n<li>wp_commentmeta<\/li>\n<li>wp_links<\/li>\n<li>wp_term_relationships<\/li>\n<li>wp_term_taxonomy<\/li>\n<li>wp_terms<\/li>\n<li>wp_options<\/li>\n<li>wp_users<\/li>\n<li>wp_usermeta<\/li>\n<\/ul>\n<p>In a Multisite installation, the tables are separated out for each site. So there will still be a copy of each of these tables, plus extra tables for each site. Nine\u00a0of the tables are duplicated for each site &#8211; everything except wp_users and wp_usermeta.<\/p>\n<p>The two tables with user data are just held once, as any users are users across your entire network and not just for one site. Each of the other nine\u00a0is duplicated for each site, with the site ID added to its prefix. So the site with ID 10 will have the following tables for its content:<\/p>\n<ul>\n<li>wp_10_posts<\/li>\n<li>wp_10_postmeta<\/li>\n<li>wp_10_comments<\/li>\n<li>wp_10_commentmeta<\/li>\n<li>wp_10_links<\/li>\n<li>wp_10_term_relationships<\/li>\n<li>wp_10_term_taxonomy<\/li>\n<li>wp_10_terms<\/li>\n<li>wp_10_options<\/li>\n<\/ul>\n<p>In addition, WordPress creates some extra tables which store data relating to the network itself. These are:<\/p>\n<ul>\n<li>wp_blogs<\/li>\n<li>wp_blog_versions<\/li>\n<li>wp_registration_log<\/li>\n<li>wp_signups<\/li>\n<li>wp_site<\/li>\n<li>wp_sitemeta<\/li>\n<li>wp_sitecategories (optional)<\/li>\n<\/ul>\n<p>These store data relating to network settings and sites created. For more details of the database tables and how they work with Multisite, read <a href=\"http:\/\/code.tutsplus.com\/tutorials\/understanding-and-working-with-data-in-wordpress-multisite--cms-21214\" target=\"_blank\">this guide<\/a>.<\/p>\n<h2>Domains<\/h2>\n<p>Another difference with Multisite is the domains used for each site in the network. Each one has its own domain, which is created using either\u00a0a subdomain or a\u00a0subdirectory of the main site&#8217;s url. These work as follows:<\/p>\n<ul>\n<li>Using subdomains means that each site will have a url like\u00a0<code>http:\/\/site1.yournetwork.com<\/code>. If you\u2019re planning to let people create their own site, you\u2019ll need to have wild card subdomains activated for your hosting.<\/li>\n<li>Using subdirectories means that each site will have a url like\u00a0<code>http:\/\/yournetwork.com\/site1<\/code>. You can\u2019t choose this option on an established site that you\u2019re converting to a network as it may cause clashes with urls already created in your site.<\/li>\n<\/ul>\n<p>If you&#8217;re activating Multisite on a local site (i.e. one on your local machine <a href=\"https:\/\/wpmudev.com\/blog\/develop-wordpress-locally-mamp\/\" target=\"_blank\">using MAMP or similar to run WordPress<\/a>), then you won&#8217;t be allowed to use subdomains\u00a0when setting things up &#8211; you&#8217;ll have to use subdirectories. If you&#8217;re activating Multisite on a WordPress installation that&#8217;s over a month old, you won&#8217;t be given the option to use subfolders: you&#8217;ll have to use subdomains. This is because your site may already include posts or pages with slugs that would conflict with the subdirectory for a new site being set up on the network.<\/p>\n<p>In order to avoid slug clashes, the blog in your base site will have its permalinks changed when you activate Multisite using subfolders, so if you have pretty permalinks enabled, a post at <code>http:\/\/yoursite.com\/name-of-my-post<\/code> will move to <code>http:\/\/yoursite.com\/blog\/name-of-my-post<\/code>. Again this is to avoid conflicts between your post titles and any subfolders.<\/p>\n<p>I&#8217;ll cover domains, wildcard domains and domain mapping in more detail in a later part of this course.<\/p>\n<h3>Uses for WordPress Multisite<\/h3>\n<p>Multisite has a variety of uses you can put it to. Some of these will support comities, others will be great for business. They include:<\/p>\n<ul>\n<li>Managing your own sites<\/li>\n<li>Hosting sites for clients<\/li>\n<li>Hosting multiple sites for one organization<\/li>\n<li>Charging people to create sites<\/li>\n<li>Supporting a community<\/li>\n<\/ul>\n<p>Let&#8217;s take a look at each of these.<\/p>\n<h3>Managing Your Own Sites<\/h3>\n<p>I talk to a lot of WordPress users and developer who have lots and lots of their own sites. Maybe they support personal projects, perhaps they&#8217;re for different businesses or maybe (like me) they demonstrate different techniques.<\/p>\n<p>I have a Multisite network which includes dozens of sites I&#8217;ve created to demonstrate techniques that I&#8217;ve written about in tutorials, books and articles. Most of these sites are small, with one plugin or theme activated that uses the code in a tutorial. Others are bigger, and support an entire book.<\/p>\n<p>Being able to keep all these in one place saves me lots of work when I need to update plugins, themes, or WordPress itself. Lots of the themes I use for tutorials are child themes of the Twenty Sixteen default WordPress themes, and so I only need to store and update one copy of Twenty Sixteen.<\/p>\n<p>If you&#8217;re one of those people who likes to create personal sites, then Multisite is a great way to look after them. And with domain mapping, you can use a separate domain for each of them \u2013 no-one will ever know they&#8217;re running on a network.<\/p>\n<h3>Hosting Sites for Clients<\/h3>\n<p>Using Multisite to <a href=\"https:\/\/wpmudev.com\/blog\/multisite-client-sites\/\" target=\"_blank\">host client sites<\/a> is another way to be more efficient and use less server space.<\/p>\n<p>My agency, Compass Design, develops and hosts websites for small business clients. I don&#8217;t host all of my client sites in one network, as some are too bespoke, but a sizeable proportion\u00a0of the sites I host are small sites with less than 20 pages. All of these are built using a child of the same framework theme, which I built myself. If I ever update the framework theme I only need to do it once on my network, and the same applies for plugins. This makes the process of updating much quicker and more efficient. \u00a0And domain mapping means that each site has its own unique domain, so my client&#8217;s customers never know that their site is hosted on my network.<\/p>\n<p>By using plugins such as <a href=\"https:\/\/wpmudev.com\/project\/support-system\/\" target=\"_blank\">Support System<\/a> and <a href=\"https:\/\/wpmudev.com\/project\/snapshot\/\" target=\"_blank\">Snapshot<\/a>, I can use my Multisite network to improve the service I offer clients. Snapshot is Multisite-compatible and lets me configure all my backup options from one place, and Support System lets me receive and respond to support requests from clients.<\/p>\n<div  class=\"wpdui-pic-regular  \">\n<figure class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-735x735 size-735x735\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/03\/support-system.png\" alt=\"support system plugin on WPMU DEV\" width=\"735\" height=\"418\" \/><figcaption class=\"wp-caption-text\">Support System lets you respond to your users&#8217; support queries<\/figcaption><\/figure>\n<\/div>\n<p>If you&#8217;re using Multisite like this, the same caveat applies when doing updates \u2013 <a href=\"https:\/\/wpmudev.com\/blog\/testing-environment-wordpress\/\" target=\"_blank\">test on a development site first!<\/a> I have a local copy of my network, which I activate any updates on and test before doing so on the live sites. These are client sites, treat them with care!<\/p>\n<h3>Hosting Multiple Sites for One Organization<\/h3>\n<p>Imagine you&#8217;re the website manager for a large organization that works in many countries. You might have separate websites for each of those countries, with the headache of managing them all. Or you could have multiple sites in the same language, maybe for different departments.<\/p>\n<div  class=\"wpdui-pic-right  \">\n\n\n\n<figure class=\"wp-caption alignright\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-490x490 size-490x490\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/03\/bbc-america.png\" alt=\"BBC America website\" width=\"490\" height=\"340\" \/><figcaption class=\"wp-caption-text\">BBC America uses Multisite to host a network of blogs<\/figcaption><\/figure>\n\n<p>Multisite makes it easy to have separate sites but manage them all from one place.<\/p>\n<p>If all your sites are using one child theme, you only need to store and keep it updated once. If you&#8217;re using the same plugins across all your sites, there are more efficiencies. And even better, you can allow cross&#8211;posting of content between sites, create a community of users across your organization and set up a template site for use every time a new site is created for a new country or department.<\/p>\n\n\n\n\n<\/div>\n<h3>Making Money with Multisite<\/h3>\n<p>Multisite is a tool you can use to support a business and make money. If you set up\u00a0a network that allows people to create their own sites, then there are a variety of charging models you can use to make money from that network.<\/p>\n<p>These include:<\/p>\n<ul>\n<li>Charging for site creation<\/li>\n<li>Charging for enhanced features<\/li>\n<li>Charging for specific plugins or themes<\/li>\n<li>Charging for support or extra services<\/li>\n<li>Charging people to use their own domain<\/li>\n<\/ul>\n<p>We use some of these on Edublogs. Creating a site is free, but if you want advanced features and extra plugins, you need to pay. WordPress.com works in a similar way.<\/p>\n<div  class=\"wpdui-pic-large   \" >\n<figure class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-1364x1364 size-1364x1364\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/03\/WordPress-com-plans.png\" alt=\"WordPress.com pricing plans\" width=\"1364\" height=\"626\" \/><figcaption class=\"wp-caption-text\">One way to make money from a network is by having premium options, in a similar way to WordPress.com<\/figcaption><\/figure>\n<\/div>\n<p>There will be a whole part of this course dedicated to the process of setting up site creation for\u00a0users which will include content on charging for sites or features.<\/p>\n<h3>Supporting a Community<\/h3>\n<p>Multisite isn&#8217;t just about running a business and making money: it&#8217;s a great tool for supporting communities. It lets you create a network of sites run by users who are all part of a community. That could be a club or a loose grouping of people with similar interests.<\/p>\n<p>Multisite lets your community members not only create sites but also communicate with each other, follow each other&#8217;s posts and share content. It can provide a useful resource for the members of your community and let them be better connected.<\/p>\n<h2>Multisite Has Many Uses and Benefits<\/h2>\n<p>Now that you&#8217;ve read this first part in our Multisite course, you&#8217;ll know how useful and versatile WordPress Multisite can be. In the later parts of this course we&#8217;ll go into the more practical aspects of creating and managing a WordPress network, including activating Multisite and configuring your network; enabling and enhancing site creation for users; domain mapping; creating a community; and managing your network.<\/p>\n<p>I look forward to working through this series with you!<\/p>\n<p><strong>Missed a tutorial in our Multisite masterclass series? You can catch up on all six posts here:<\/strong><\/p>\n<ul>\n<li><a href=\"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-getting-started\/\" target=\"_blank\">WordPress Multisite Masterclass: Getting Started<\/a><\/li>\n<li><a href=\"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-activation-configuration\/\" target=\"_blank\">WordPress Multisite Masterclass: Activation and Configuration<\/a><\/li>\n<li><a href=\"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-user-site-registration\/\" target=\"_blank\">WordPress Multisite Masterclass: Site and User Creation<\/a><\/li>\n<li><a href=\"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-domain-mapping\/\" target=\"_blank\">WordPress Multisite Masterclass: Client Sites and Domain Mapping<\/a><\/li>\n<li><a href=\"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-creating-community\/\" target=\"_blank\">WordPress Multisite Masterclass: Creating a Community<\/a><\/li>\n<li><a href=\"https:\/\/wpmudev.com\/blog\/wordpress-multisite-masterclass-managing-your-network\/\" target=\"_blank\">WordPress Multisite Masterclass: Managing Your Network<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Learn everything you need to know to master WordPress Multisite network in this six-week series, including how to get started, how to ensure your network is secure, and how to make money.<\/p>\n","protected":false},"author":347011,"featured_media":153773,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"blog_reading_time":"","wds_primary_category":0,"wds_primary_tutorials_categories":0,"footnotes":""},"categories":[1117,263,4161],"tags":[9958],"tutorials_categories":[],"class_list":["post-153301","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-multisite","category-tutorials","category-wpmudev","tag-multisite-2"],"_links":{"self":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts\/153301","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/users\/347011"}],"replies":[{"embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/comments?post=153301"}],"version-history":[{"count":32,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts\/153301\/revisions"}],"predecessor-version":[{"id":214776,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts\/153301\/revisions\/214776"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/media\/153773"}],"wp:attachment":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/media?parent=153301"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/categories?post=153301"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/tags?post=153301"},{"taxonomy":"tutorials_categories","embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/tutorials_categories?post=153301"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}