Before start working with WPMU (WordPress MultiSite)
I have done this for a Real Estate website, but it applies to any niche out there. / documentation
Install as usual
- If you would like to install WP in a directory, do it before anything else. Install WP and make sure that all permalinks works fine. Copy (not move)
index.php on site root and change:
1 2 3 4 5 |
/** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/wp-blog-header.php' ); // change to require( dirname( __FILE__ ) . '/wp-multisite-network-files/wp-blog-header.php' ); |