When you upgrade to multisite you have to enable image uploads under network settings for the “Set featured image” module to be available to the main site or subsites.
Here are the instructions for setting up a multisite (network) installation of Wordpress.
- Install WP on the root of your domain
- If WP was already installed, deactivate all plugins
- Add this line to your wp-config file (at the bottom)
define('WP_ALLOW_MULTISITE', true); - Logout and Log back in
- go to Tools ->Network
- If you’re prompted for sub-directory vs sub-domain
if your using Godaddy shared hosting choose – select sub-directory - paste the 2 pieces of code it gives you into htaccess and wp-config files
- If you’re prompted for sub-directory vs sub-domain
- Re-activate all Plugins
- Logout and Log back in
Note:Â Some plugins don’t work with multisite and some themes will share configurations like header images.
Full instructions are at Create a Network on wordpress.org.
Share on Facebook