I have a wordpress multisite installation and a default blog under /
(let’s call this blogZ). I want to create e new blog called blogX and set it as the default one.
The blogZ should appear under /soccer
path.
This is what i tried to do:
- clone default blog: impossible, there isn’t any option for the default blog.
- change default blog in
wp-config.php
, working ondefine('BLOG_ID_CURRENT_SITE', 26);
and also doing a try changingdefine('SITE_ID_CURRENT_SITE', 1);
. NO RESULTS
How could we solve the problem?