Friday 31 January 2014

Enabling Multisite In Wordpress

Multi site is an awesome feature in WordPress, which enables you to create a network of WordPress blogs.
Multi site helps to manage many WordPress installations from one installation.
Advantages of multisite are as follows


1. We can create a network of blogs.
2. We can share posts,pages,tags,plugins,themes,uploads through out the network.
3. We can share users all over the network in multisite.
4. We can manage all sites at once with single WordPress installation.

In order to enable multi site to your WordPress, add the following snippet in your wp-config.php which is located in your root folder.

//Enable multisite feature (WordPress 3.0)
define('WP_ALLOW_MULTISITE', true);

No comments:

Post a Comment