I´ve just installed Donncha's WordPressMU Domain Mapping plugin. I can edit the settings from Network Admin > Settings > Domain Mapping, but when I go to Network Admin > Settings > Domains no sites are listed.
Also, the plugin is not activated on the network sites´ plugin pages (in fact it´s not even listed), although I did activate it for the whole network.
I´ve no idea where to look anymore, I hope someone has an idea.
Below a few facts about my network:
- Fresh WP multisite install using subdomains
- 2 sites: primary.com and sub.primary.com
- Folder structure:
- wp-content/sunrise.php
- wp-content/plugins/wordpress-mu-domain-mapping
In wp-config:
/**
* WORDPRESS MULTISITE
*/
define('WP_ALLOW_MULTISITE', true);
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
$base = '/';
define( 'DOMAIN_CURRENT_SITE', 'primary.com' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
define( 'SUNRISE', 'on' ); /* Requiered by domain mapping plugin */
require_once(ABSPATH . 'wp-settings.php');
On my Network Admin dashboard it says "You have 1 site and 1 user., while that should be 2 sites and 1 user? The sites do show up in the "Sites" submenu.