As you see in the snapshot, just the main site appear in My Sites menu, Although it appears correctly in the "Network Admin".
I used the subdomain installation when I configured the Wordpress MU. And this is the Wordpress MU part in wp-config.php
define('WP_ALLOW_MULTISITE', true);
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
define('DOMAIN_CURRENT_SITE', 'www.mydomain');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
As you see in the snapshot, just the main site appear in My Sites menu, Although it appears correctly in the "Network Admin".
I used the subdomain installation when I configured the Wordpress MU. And this is the Wordpress MU part in wp-config.php
define('WP_ALLOW_MULTISITE', true);
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
define('DOMAIN_CURRENT_SITE', 'www.mydomain');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
Share
Improve this question
asked May 13, 2013 at 20:41
Waseem Abu SenjerWaseem Abu Senjer
2433 silver badges10 bronze badges
1 Answer
Reset to default 3I found the solution , it's dead simple, I should add myself to the child site as a user, I guess this should be done by default.