{"id":306171,"date":"2021-09-22T14:11:49","date_gmt":"2021-09-22T14:11:49","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=306171"},"modified":"2021-12-17T13:39:15","modified_gmt":"2021-12-17T13:39:15","slug":"wordpress-multisite-setup","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/","title":{"rendered":"WordPress MultiSite Setup"},"content":{"rendered":"\n<p>This blog is regarding multisite setup in wordpress. <\/p>\n\n\n\n<p>WordPress provides the ability to create a&nbsp;network&nbsp;of&nbsp;sites&nbsp;by using the&nbsp;multisite&nbsp;feature.<\/p>\n\n\n\n<p>There are two types of WordPress networks-<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Sub-domains<\/strong>&nbsp;\u2014 a domain-based network in which on-demand sites use subdomains<\/li><li><strong>Sub-directories<\/strong>&nbsp;\u2014 a path-based network in which on-demand sites use paths<\/li><\/ul>\n\n\n\n<p>Here we will setup a sub-domain based network, In this blog, we have explained in detail how you can install and set up a WordPress Sub-Domain based multisite to build a network of websites.&nbsp;<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Before You Start<\/h1>\n\n\n\n<p>Make Sure You Have<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>A dedicated Host<\/li><li><span style=\"color: initial\">Subdomain Mapping configured at you server (Usually by allowing wildcards)<\/span>.<\/li><li>A good web host<\/li><li>A working WordPress  installation.<\/li><li>PrettyPermalinks  enabled on your wordpress single Instance . i.e Your site URLs should look like       https:\/\/webkul.com\/sample-post\/ and not https:\/\/webkul.com\/?p=123<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"901\" height=\"356\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1.png\" alt=\"Selection_370-1\" class=\"wp-image-306197\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1.png 901w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1-300x119.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1-250x99.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1-768x303.png 768w\" sizes=\"(max-width: 901px) 100vw, 901px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h1 class=\"wp-block-heading\"> Enable MultiSIte<\/h1>\n\n\n\n<p>By default Network Setup menu item does not appear in WordPress Menu, you must first define multisite in the&nbsp;<code>wp-config.php<\/code>&nbsp;file.<\/p>\n\n\n\n<p>In the &nbsp;<code>wp-config.php<\/code>&nbsp; add this line&nbsp;<strong>:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/* Multisite *\/\ndefine( 'WP_ALLOW_MULTISITE', true );<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"850\" height=\"235\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_369-1.png\" alt=\"Selection_369-1\" class=\"wp-image-306183\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_369-1.png 850w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_369-1-300x83.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_369-1-250x69.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_369-1-768x212.png 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\" style=\"font-size:15px\">    This is how wp-config.php will look.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"> Installing and Configuring the WordPress Network<\/h1>\n\n\n\n<p>Back up your existing&nbsp;<code>wp-config.php<\/code>&nbsp;and&nbsp;<code>.htaccess<\/code>&nbsp;files .<\/p>\n\n\n\n<p>After the previous step  the&nbsp;<strong>Network Setup<\/strong>&nbsp;item will be visible in your&nbsp;<strong>Tools menu<\/strong>. <\/p>\n\n\n\n<p>Use this menu item to navigate to the&nbsp;<strong>Create a Network of WordPress Sites<\/strong>&nbsp;screen.<\/p>\n\n\n\n<p>Navigate to <strong><em>Administration&nbsp;-&gt;Tools&nbsp;-&gt;&nbsp;Network<a href=\"https:\/\/wordpress.org\/support\/article\/tools-network-screen\/\"> <\/a>Setup<\/em><\/strong>.&nbsp;<\/p>\n\n\n\n<p>In the next screen that appears, proceed with below steps &#8211;<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Select Sub-domains install.<\/li><li>Add Nework Title<\/li><li>Add Email Address for Network Admin and click on Install.<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1110\" height=\"613\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_371-1.png\" alt=\"Selection_371-1\" class=\"wp-image-306195\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_371-1.png 1110w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_371-1-300x166.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_371-1-250x138.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_371-1-768x424.png 768w\" sizes=\"(max-width: 1110px) 100vw, 1110px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h1 class=\"wp-block-heading\">Final Changes To  wp-config.php and .htacces<\/h1>\n\n\n\n<p>As soon as you click on install button .You will see the instructions on the next page.<\/p>\n\n\n\n<p>The instructions that you now see, are customized for your installation.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1146\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_409-1.png\" alt=\"Selection_409-1\" class=\"wp-image-306491\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_409-1.png 1146w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_409-1-300x162.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_409-1-250x135.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_409-1-768x415.png 768w\" sizes=\"(max-width: 1146px) 100vw, 1146px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now, Proceed with these  two steps as mentioned in the Instructions:<\/p>\n\n\n\n<p>Although the Instruction that will appear after install will be customized for you. But below is the <strong>Sample code<\/strong> that may appear and need to be pasted to respective files.<\/p>\n\n\n\n<p> 1. Add the  code lines to your&nbsp;<em>wp-config.php<\/em> file Add these lines just after  the which you added in&nbsp;the first <em>STEP Enabling The WordPress<\/em> Multisite<\/p>\n\n\n\n<p><strong>wp-config.php<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">define( 'MULTISITE', true );\ndefine( 'SUBDOMAIN_INSTALL', true );\ndefine( 'DOMAIN_CURRENT_SITE', 'MY Site' );\ndefine( 'PATH_CURRENT_SITE', '\/' );\ndefine( 'SITE_ID_CURRENT_SITE', 1 );\ndefine( 'BLOG_ID_CURRENT_SITE', 1 );<\/pre>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><\/p>\n<\/div><\/div>\n\n\n\n<p>2.  Add the  code lines mentioned in the second instruction to your .htaccess file . If you&nbsp;already&nbsp;have a&nbsp;<em>.htaccess<\/em> file, <strong>replace<\/strong>  existing  lines with the new ones. <\/p>\n\n\n\n<p><strong>.htaccess<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">RewriteEngine On\nRewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]\nRewriteBase \/\nRewriteRule ^index\\.php$ - [L]\n\n# add a trailing slash to \/wp-admin\nRewriteRule ^wp-admin$ wp-admin\/ [R=301,L]\n\nRewriteCond %{REQUEST_FILENAME} -f [OR]\nRewriteCond %{REQUEST_FILENAME} -d\nRewriteRule ^ - [L]\nRewriteRule ^(wp-(content|admin|includes).*) $1 [L]\nRewriteRule ^(.*\\.php)$ $1 [L]\nRewriteRule . index.php [L]<\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">Your Network is Ready<\/h1>\n\n\n\n<p>Now the Network Admin Menu will start appearing in the dashboard&#8217;s top left.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"698\" height=\"316\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_389-1.png\" alt=\"Selection_389-1\" class=\"wp-image-306529\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_389-1.png 698w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_389-1-300x136.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_389-1-250x113.png 250w\" sizes=\"(max-width: 698px) 100vw, 698px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h1 class=\"wp-block-heading\">Managing A Nework <\/h1>\n\n\n\n<p>Now as your Network is ready, here are the menu items that are available in your Network Admin.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Dashboard: <\/li><li>Sites<\/li><li>Users<\/li><li>Themes<\/li><li>Plugins<\/li><li>Settings<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"679\" height=\"408\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_381-1.png\" alt=\"Selection_381-1\" class=\"wp-image-306347\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_381-1.png 679w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_381-1-300x180.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_381-1-250x150.png 250w\" sizes=\"(max-width: 679px) 100vw, 679px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Below is the explanation of each Menu Item in Network Admin-<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Dashboard<\/strong>:<\/h2>\n\n\n\n<p>From this tab, you can move to the main Super\/Network Admin Dashboard.<\/p>\n\n\n\n<p>Here is how it looks-<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_391.png\" alt=\"Selection_391\" class=\"wp-image-306366\" width=\"791\" height=\"508\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_391.png 775w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_391-300x193.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_391-250x161.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_391-768x494.png 768w\" sizes=\"(max-width: 791px) 100vw, 791px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Sites<\/strong>:<\/h2>\n\n\n\n<p>In this section, you can see the list of all subsites in your network .You can add, deactivate ,delete and perform bulk actions on the sites.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Adding A New Site<\/h3>\n\n\n\n<p>To add a new site to your multisite network:<\/p>\n\n\n\n<p>Navigate&nbsp;to <em>My Sites &gt; Network Admin &gt; Sites<\/em>, then click \u201cAdd New\u201d.<\/p>\n\n\n\n<p>Here ,You can add the  Site Address (URL)&nbsp;and Site Title etc. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1030\" height=\"536\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_387.png\" alt=\"Selection_387\" class=\"wp-image-306350\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_387.png 1030w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_387-300x156.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_387-250x130.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_387-768x400.png 768w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>You can click on \u201cSites\u201dmenu to view the  list of available sites.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Activating and Deactivating a Site<\/h3>\n\n\n\n<p>From the Sites Menu of Network Admin the Network\/Super admin can activate or deactivate the sites.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"497\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_398-1200x497.png\" alt=\"Selection_398\" class=\"wp-image-306372\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_398-1200x497.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_398-300x124.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_398-250x104.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_398-768x318.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_398.png 1257w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Plugins and Themes:<\/h2>\n\n\n\n<p>There are two ways in which plugins and themes can be managed-<\/p>\n\n\n\n<p>While SuperAdmins can add and delete the themes as well as plugins and can also enable them  for the whole network.<\/p>\n\n\n\n<p>The site admins can only activate or deactivate plugins for their specific site. <\/p>\n\n\n\n<p>You can manage the plugins for the whole network under <em>Network Admin<\/em>&nbsp;<em>-&gt; Plugins<\/em>, the themes too can be managed under <em>Network Admin<\/em>&nbsp;<em>-&gt; Themes<\/em><\/p>\n\n\n\n<p><strong>The Super\/Network Admin View-<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1105\" height=\"623\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_385-2.png\" alt=\"Selection_385-2\" class=\"wp-image-306389\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_385-2.png 1105w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_385-2-300x169.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_385-2-250x141.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_385-2-768x433.png 768w\" sizes=\"(max-width: 1105px) 100vw, 1105px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\" style=\"font-size:15px\">                   The Super\/Network Admin can make the plugin Active for Whole Network.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"544\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_401-1200x544.png\" alt=\"Selection_401\" class=\"wp-image-306391\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_401-1200x544.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_401-300x136.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_401-250x113.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_401-768x348.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_401.png 1265w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\" style=\"font-size:15px\">                   The Super\/NetworkAdmin can make the Themes Active for Whole Network<\/p>\n\n\n\n<p><strong>The Site Admin Panel View-<\/strong><\/p>\n\n\n\n<p>The individual site admins can aciavte and deactivate plugin and themes for their specific sites.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1016\" height=\"598\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_399.png\" alt=\"Selection_399\" class=\"wp-image-306390\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_399.png 1016w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_399-300x177.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_399-250x147.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_399-768x452.png 768w\" sizes=\"(max-width: 1016px) 100vw, 1016px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\" style=\"font-size:15px\">                   The Site Admin can make the plugin Active for his site.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"850\" height=\"482\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_402.png\" alt=\"Selection_402\" class=\"wp-image-306393\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_402.png 850w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_402-300x170.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_402-250x142.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_402-768x436.png 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\" style=\"font-size:15px\">                   The Site Admin can activate a theme for his particular site.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Users<\/strong>:<\/h2>\n\n\n\n<p>From this tab, you can administer the users of your network.<\/p>\n\n\n\n<p>In a wordpress Network ,The capabilities of the site administrator role are also reduced . <\/p>\n\n\n\n<p>Site admins cannot install new themes or plugins and cannot edit the profiles of users on their site. Only the Network Admin (aka Super Admin) has the ability to perform these tasks in a WordPress network.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Settings<\/strong>:<\/h2>\n\n\n\n<p>Settings menu enables you to configure the settings for the whole network. <\/p>\n\n\n\n<p>Below are the diiferent types of settings that can be managed from the settings section-<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Operational Settings<\/h3>\n\n\n\n<p>You can  manage the things like network name and network admin email from here.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"605\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_390-1200x605.png\" alt=\"Selection_390\" class=\"wp-image-306470\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_390-1200x605.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_390-300x151.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_390-250x126.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_390-768x387.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_390.png 1277w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Registeration Settings<\/h3>\n\n\n\n<p>Under this sub-setting, you can choose to enable new registrations for your network and allow your users to create their own sub-sites.You can also limit registrations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>New Site&nbsp;Settings<\/strong><\/h3>\n\n\n\n<p>In this sub-section&nbsp;, you can describe the the contents of a user\u2019s first post,page and comment as well as welcome emails that are sent  to the new users on your network .<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1123\" height=\"586\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_407.png\" alt=\"Selection_407\" class=\"wp-image-306482\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_407.png 1123w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_407-300x157.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_407-250x130.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_407-768x401.png 768w\" sizes=\"(max-width: 1123px) 100vw, 1123px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Upload Settings<\/h3>\n\n\n\n<p>As multiple sub-sites will be running in a single storage space therefore It is quite essential to manage the storage.<\/p>\n\n\n\n<p>Upload settings allows you to manage your server storage resources  efficiently.<\/p>\n\n\n\n<p>You can control the storage space each individual site is allowed to use. You can also control the types of files that can be uploaded fom each site and the maximum allowed file size.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"967\" height=\"538\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_411.png\" alt=\"Selection_411\" class=\"wp-image-306559\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_411.png 967w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_411-300x167.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_411-250x139.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_411-768x427.png 768w\" sizes=\"(max-width: 967px) 100vw, 967px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Language and Menu Settings<\/strong><\/h3>\n\n\n\n<p>From this sub-section,you can manage the language and plugin menu options of your whole network<\/p>\n\n\n\n<p>Menu settings manages the administrative menu for the plugins section of your network\u2019s websites. <\/p>\n\n\n\n<p>If you enable this option the site admins can enable or disable a plugin,but still cannot add new ones own their own. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Here you can go through the blog for Black Friday and cyber Monday <\/p>\n\n\n\n<p><a href=\"https:\/\/www.cloudways.com\/blog\/thanksgiving-black-friday-cyber-monday-deal\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.cloudways.com\/blog\/thanksgiving-black-friday-cyber-monday-deal\/<\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>That\u2019s all for the&nbsp;<strong>WordPress Multisite Setup<\/strong>. If you Still have any issue, our team can help you in setting up contact- <a href=\"mailto:support@webkul.com\">support@webkul.com<\/a> .<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This blog is regarding multisite setup in wordpress. WordPress provides the ability to create a&nbsp;network&nbsp;of&nbsp;sites&nbsp;by using the&nbsp;multisite&nbsp;feature. There are two types of WordPress networks- Sub-domains&nbsp;\u2014 a domain-based network in which on-demand sites use subdomains Sub-directories&nbsp;\u2014 a path-based network in which on-demand sites use paths Here we will setup a sub-domain based network, In this blog, <a href=\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":339,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[12089,12086,12088],"class_list":["post-306171","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-webkul-wordpress-multisite","tag-wordpress-multisite","tag-wordpress-network-admin"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>WordPress MultiSite Setup - Webkul Blog<\/title>\n<meta name=\"description\" content=\"WordPress MultiSite Setup Webkul Blog -\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WordPress MultiSite Setup - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"WordPress MultiSite Setup Webkul Blog -\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-22T14:11:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-17T13:39:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1.png\" \/>\n<meta name=\"author\" content=\"Gaurav Sharma\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gaurav Sharma\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/\"},\"author\":{\"name\":\"Gaurav Sharma\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/40772eda35ff65fccf74b6dd98cb9a31\"},\"headline\":\"WordPress MultiSite Setup\",\"datePublished\":\"2021-09-22T14:11:49+00:00\",\"dateModified\":\"2021-12-17T13:39:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/\"},\"wordCount\":1085,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1.png\",\"keywords\":[\"Webkul Wordpress Multisite\",\"Wordpress MultiSite\",\"Wordpress Network Admin\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/\",\"url\":\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/\",\"name\":\"WordPress MultiSite Setup - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1.png\",\"datePublished\":\"2021-09-22T14:11:49+00:00\",\"dateModified\":\"2021-12-17T13:39:15+00:00\",\"description\":\"WordPress MultiSite Setup Webkul Blog -\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1.png\",\"width\":901,\"height\":356,\"caption\":\"Selection_370-1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress MultiSite Setup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/40772eda35ff65fccf74b6dd98cb9a31\",\"name\":\"Gaurav Sharma\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fceee8dd8a1d417863937db5bc8989d9ee806b37c5c28734ad8c6d198ae5587a?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fceee8dd8a1d417863937db5bc8989d9ee806b37c5c28734ad8c6d198ae5587a?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Gaurav Sharma\"},\"description\":\"A skilled professional in the WordPress department, specializes in SOAP, GraphQL and WordPress SaaS Development. With expertise in WooCommerce Migration Services and proficiency in Facebook &amp; WhatsApp API Integrations, as well as Connectors to eBay, Gaurav delivers innovative and scalable solutions.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/gaurav-sharma747\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WordPress MultiSite Setup - Webkul Blog","description":"WordPress MultiSite Setup Webkul Blog -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/","og_locale":"en_US","og_type":"article","og_title":"WordPress MultiSite Setup - Webkul Blog","og_description":"WordPress MultiSite Setup Webkul Blog -","og_url":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2021-09-22T14:11:49+00:00","article_modified_time":"2021-12-17T13:39:15+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1.png","type":"","width":"","height":""}],"author":"Gaurav Sharma","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Gaurav Sharma","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/"},"author":{"name":"Gaurav Sharma","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/40772eda35ff65fccf74b6dd98cb9a31"},"headline":"WordPress MultiSite Setup","datePublished":"2021-09-22T14:11:49+00:00","dateModified":"2021-12-17T13:39:15+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/"},"wordCount":1085,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1.png","keywords":["Webkul Wordpress Multisite","Wordpress MultiSite","Wordpress Network Admin"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/","url":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/","name":"WordPress MultiSite Setup - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1.png","datePublished":"2021-09-22T14:11:49+00:00","dateModified":"2021-12-17T13:39:15+00:00","description":"WordPress MultiSite Setup Webkul Blog -","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/09\/Selection_370-1.png","width":901,"height":356,"caption":"Selection_370-1"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/wordpress-multisite-setup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"WordPress MultiSite Setup"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/40772eda35ff65fccf74b6dd98cb9a31","name":"Gaurav Sharma","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fceee8dd8a1d417863937db5bc8989d9ee806b37c5c28734ad8c6d198ae5587a?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fceee8dd8a1d417863937db5bc8989d9ee806b37c5c28734ad8c6d198ae5587a?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Gaurav Sharma"},"description":"A skilled professional in the WordPress department, specializes in SOAP, GraphQL and WordPress SaaS Development. With expertise in WooCommerce Migration Services and proficiency in Facebook &amp; WhatsApp API Integrations, as well as Connectors to eBay, Gaurav delivers innovative and scalable solutions.","url":"https:\/\/webkul.com\/blog\/author\/gaurav-sharma747\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/306171","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/339"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=306171"}],"version-history":[{"count":84,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/306171\/revisions"}],"predecessor-version":[{"id":315762,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/306171\/revisions\/315762"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=306171"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=306171"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=306171"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}