Thursday, October 21, 2010

Enable Multiple sites in WordPress

To enable this feature, simply open your wp-config.php file located in your WordPress root folder. Then add the following line anywhere in the file:
define('WP_ALLOW_MULTISITE', true);
Once you have done that, you should be able to access the network page from Tools » Network

(WordPress 3.0)

No comments:

Post a Comment