Wordpress Multi-site question?

1 replies
Hey!

Recently found some plugins that work with multi-site, but my host doesn't automatically let me install all that spiffy stuff. I tried to google it, but I felt like I was way in over my head. Is it a plugin? Or something else entirely? I was hoping someone could help clear this up for me, as I'd like to learn more about it and integrate it into some of my sites.
#multisite #question #wordpress
  • Profile picture of the author xInd
    Open up wp-config.php and add this line above where it says /* That's all, stop editing! Happy blogging. */. If it doesn't say that anywhere, then add the line somewhere above the first line that begins with require or include:

    /* Multisite */
    define('WP_ALLOW_MULTISITE', true);
    You will need to refresh your browser to continue.
    Use that menu item to go to the Create a Network of WordPress Sites screen.

    Make sure you've backed up your site if it's not a fresh install, and deactivated all your plugins. You can re-activate them later but multisite handles plugins differently.

    You can find the full instructions here:
    Create A Network « WordPress Codex
    {{ DiscussionBoard.errors[7081728].message }}

Trending Topics