• I have a VIP theme setup at my local which I now need to make a multisite.

    The folder structure I have at my local is: var/www/html/yrc/wp/wp-content/themes/vip/yrc-theme (yrc-theme is the custom theme).

    In order to change the installation to multisite mode I need to add the line in wp-config.php file:

    define('WP_ALLOW_MULTISITE', true);
    just before this one:
    /* That's all, stop editing! Happy blogging. */

    The only wp-config.php file I can find is under var/www/html/yrc folder but I don’t see the following line in it:

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

    Which file should I put define('WP_ALLOW_MULTISITE', true); in?

    Inside var/www/html/yrc/wp folder I can see a file named wp-config-sample.php where I see /* That's all, stop editing! Happy blogging. */. Shall I copy this file to create a wp-config.php and use that?

    I never used VIP before so got absolutely no clue.

    Thanks for your help!

Viewing 1 replies (of 1 total)
  • The theme that you’re using is the same as every other theme, and doesn’t make any difference at all for creating a Network.

    You can add the code into your wp-config.php file, and all that it really needs is to be above the bottom lines that call the next file inclusions. If you’re concerened, just put it right under the database details and you should be fine.

Viewing 1 replies (of 1 total)
  • The topic ‘How can I make my existing VIP theme to multisite’ is closed to new replies.