Collapse

Announcement

Collapse
No announcement yet.

Steps to Build a WordPress Multi-site Network With Multiple Domains:

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Steps to Build a WordPress Multi-site Network With Multiple Domains:

    1. Edit the wp-config file add the following line in wp-config file:

    /* MULTIWEBSITE*/
    define ( 'WP_ALLOW_MULTISITE', true );

    Add the above line below define('WP_DEBUG', false);

    Please see below screenshot:

    Click image for larger version  Name:	wp-config.jpg Views:	1 Size:	19.7 KB ID:	622

    2. Open wp-admin click on Dashboard ->Tools-> Network Setup and you can see the configuration steps code

    OR:

    Click on Settings->Network Setup you can see the configuration Steps:

    Please see below screenshot:

    Click image for larger version  Name:	network-setup1.jpg Views:	1 Size:	118.5 KB ID:	623

    Add the 1st code in wp-config file below line above the line reading /* That’s all, stop editing! Happy blogging. */:

    Add the 2nd code in .htaccess file.

    3. Click on Sites->Add New Site Add the site address,site title,and admin email and click on Add Site

    Please see below screenshot:


    Click image for larger version  Name:	add_site1.jpg Views:	1 Size:	70.9 KB ID:	624

    You can activate the theme by clicking on Themes-> Network Enable-> You can install Multiple themes in the Network Admin.

    4. The installed themes can be viewed in Network Admin->Dashboard->Themes where we can find out all the installed themes.

    OR

    Click image for larger version  Name:	add_themes.jpg Views:	1 Size:	103.3 KB ID:	625
    In above screenshot you can find out the installed site here and you can customize and install the new themes,plugins by clicking on the dashboard of that particular site.

    5. We can updates all the plugins and the themes by clicking on Network Admin->Dashboard and click on then we can see updates of plugins and the themes.

    Please see below screenshot:

    Click image for larger version  Name:	wordpress-updates.jpg Views:	1 Size:	117.3 KB ID:	626


    6. This how we can create multiple sites and install different themes on multiple sites.
Working...
X