When you edit wp-config.php the second time – when the installer tells you to update your wp-config.php file with a bunch of multisite-related includes – at this point remove the definition for WP_ALLOW_MULTISITE.
REMOVE this line:
define('WP_ALLOW_MULTISITE', true);
based on your example above, you’d be left with:
/* Multisite */
define('WP_ALLOW_MULTISITE', true);
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'test.site.com');
define('PATH_CURRENT_SITE', "https://wordpress.stackexchange.com/");
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
Once I did that, I logged back in and suddenly the “My sites” menu appeared!
Related Posts:
- Plugin for editing options on multisite?
- How to share WordPress core library
- wp-activate.php causing white screen of death
- Change wordpress Multisite default site from side id 1 to side id 2
- How can I have network sites not use year/month folders by default?
- 4 single sites VS multisite wordpress
- Why can’t a WordPress network (multisite) in it’s own folder use subdomains?
- Two-level multisites in WordPress
- Display custom homepage text based on domain
- Add new domain to ‘My Sites’ using network admin
- Is there an advantage of using multisite if I have multiple WordPress websites for myself?
- How do I set a default theme in multisite network
- WordPress Multisite Login Access
- Switch_to_blog() outside wordpress
- Jetpack Blog Subscriptions on Multisite [closed]
- current_user_can(‘Administrator’) does not return true in multisite if user is Administrator but NOT Super Admin
- How to remove the Tools menu item from the WP-Admin menu
- cant enable theme in multisite
- Using $wpdb Class to Pull Recent Comments Across a Network
- Default content for a new site in multi site
- Proper Network Activation problem has been fixed in wp 3.3.1 or not?
- On WordPress Network(multisite), Sub Blogs in Subdirectories or Subdomains? What’s better?
- wordpress htaccess is hijacking my .mp4 files
- Is there a way to separate a site inside a network (multisite) into its own wp site?
- How to know if a site is using Multisite?
- Has WP and MU fully merged?
- Why is ‘is_multisite’ returning true when it’s a single install?
- How can I delete a user from entire multisite nework
- Using A Shared/Common Theme Across Multiple Sites
- Forcing SSL Protocol for Multisite Subdomain Child Sites + cPanel Configuration
- Website DR using Multisite
- Multisite Network menu links not updating
- multisite hook for Add Existing User
- Auto Redirect after login
- Upload images from one site to another in Multisite
- Hide active themes on multisite subdomains
- Multisite: copy template when a subsite is created
- Password protect a single site on network
- Adding new sites to Multisite won’t register in Dashboard
- ‘Cheatin’ uh?’ Error When Attempting to Upload Images After 3.4 Update
- How to get permalink using get_blog_post function in a multisite?
- Multisite gives Error if i want to enter Dashboard or Site
- Blocks Rest API rest_cannot_delete
- htaccess file for multiple CMS’s (multisite wordpress + wolfcms) on same domain but different subdirectories
- Multisite with different domain names on different servers
- Good way to block users within a multisite setup without deleting them?
- Use separate S3 buckets for separate sites in a multisite environment
- Multisite Installation is all the same site
- Some doubts related to Multi Installation → Media of one of the site can be used on the others?
- Multisite Posting Recent Items in All the Sites Linked with Multisite
- single sign on for wordpress multi site
- How can you override the is_multisite check in wp-login.php for individual login/registration?
- 2 website 1 database… Local to online
- Navigation menu not being assigned Theme Location
- Moving wp-admin folder to a different host in a multisite environment
- Issue with Multisite and SSL
- Custom port problem with local MU installation
- Multisites – Select homepage based on location
- Switch to blog and get content from that blog
- List recent 25 blogs across the network
- How to Deny Access to No Referrer Requests on Multiste with Mapped domains
- Making a Multisite Dashboard Widget
- Add wordpress multi sites with different port number from 80
- Include www prefix in site URL
- Create website with a switch between private and business [closed]
- Can’t create a subdomain network – and WP is installed in webroot, not a folder
- How to make my third multisite blog start with id 1000?
- Filter meta request
- Is this a good case for Multisite?
- WP Multisite – How to create a custom “router” for blog prefixes?
- Does switch_to_blog support array or other ways to show all posts on a network install?
- How to make subdomain and muti-site but wordpress isn’t in root?
- Show buddypress profile fields in a multsite blog [closed]
- Add www to the Root Site in WP Multisite Network
- Multisite problem with unexisting paths to CSS etc
- Media library links broken WordPress Multisite after SSL update
- How to disable Gutenberg editor from Multisite Admin panel?
- Multisite wp-admin redirecting to main wp-admin using NGINX
- Separated Theme file on multi site network in subdomain
- Send data from one WP instance to another and process it there
- User not staying logged into one of sub sites in multisite after SSL
- WordPress Multisite Network Subdomain
- register_setting() for single site vs update_site_option() for mu
- Allow users to register on multisite through WooCommerce using the same email address
- Use a single WP installation instead of three
- How To Change the URL of a WordPress Multisite
- Sending SMTP mail using a server with self-signed SSL
- Can WordPress Multisite work like a regular site?
- Site w/ Addon Domain doesn’t show CSS
- WordPress MU – Creating a site takes ages
- WordPress Multisite — Have same navigation, sidebar and footer across all sites.
- Default sub-pages on WordPress Multisite
- WordPress Multisite – Questions about select all posts from all network sites
- Run “get_the_post_thumbnail” with a different table prefix?
- Comment reporting for Multisite
- How to display the most popular posts of all the blogs in a mu setup? [duplicate]
- WordPress MS wp-admin/includes/post.php error with shortcode generator
- Subdomain add comment redirect to 404 not found page iis server
- All links to images are broken in a subdomain multi site environment
- Change a subsite Admin role of a WordPress Multisite after 24 hours registering