How can I make my existing VIP theme to multisite
-
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 undervar/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 awp-config.php
and use that?I never used VIP before so got absolutely no clue.
Thanks for your help!
- The topic ‘How can I make my existing VIP theme to multisite’ is closed to new replies.