views:

49

answers:

3

There are lots of new properties in wordpress 3.0, one of the most important is the multi-site function, which was implemented in wordpress MU. So, How can i enable multi-site function in wordpress 3.0? Does it support standalone subdomain?

A: 

http://codex.wordpress.org/Tools_Network_SubPanel

yes, by default, it works just like it used to for single sites.

user6738237482
OK, Thank you very much.
Ikbear
A: 

Check this URL: http://codex.wordpress.org/Create_A_Network

Also note that you need to enable the variable WP_ALLOW_MULTISITE in wp_config.php

define('WP_ALLOW_MULTISITE', true);

just before

/* That's all, stop editing! Happy blogging. */

hope that works...

cablop
A: 

Yeah, most of the new features in Wordpress 3.0 are difficult to find/enable. I put together a quick guide on new Wordpress features with code examples. Hopefully it's helpful...

simplrdesgn