How To Enable The Multiblog Function In WordPress 3.0
19.05.10 by Jerome in Tutorials
WordPress 3.0 is coming out soon and is introducing some great new features. One of them is to allow you to run a network of blogs within one single install. To turn on this new function simply add this line of code below in your wp-config.php file under your wordpress installation.
define('WP_ALLOW_MULTISITE', true);
Related posts:
- http://twitter.com/thepaulcook Paul Cook







