Can I use two different domain names with a WordPress multisite network?
Can I use two different domain names with a WordPress multisite network?
Can I use two different domain names with a WordPress multisite network?
How to Redirect login User with Mapped Domiain Primary blog Url to Original Sub-site Url
Wordrpess Subdomains (Multi-Site) without Wildcard
Not able to access dashboard of subdomain
Create subdomain masking for each user in WordPress
Post preview and oembed provider issue using polylang plugin with subdomains
I see from some of the previous questions/answers, WordPress MU Domain Mapping plugin might work for me. As long as you’ve created a network first, yes. this is what you need. Then to pump them all to the main site, use this: http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/ That’s pretty much it.
Try the information on this page mirror. I made the change you tried above and the changes to the .htaccess file and was able to switch with no problems.
Google led me to this page: http://lauragentry.com/blog/2012/01/05/when-wordpress-network-subdomain-blogs-wont-let-you-log-in/ There’s a chunk of code in there that I added to my wp-config.php file, to wit: define(‘ADMIN_COOKIE_PATH’, “https://wordpress.stackexchange.com/”); define(‘COOKIE_DOMAIN’, ”); define(‘COOKIEPATH’, ”); define(‘SITECOOKIEPATH’, ”); What I don’t quite understand is why this works. Anyone know? Updated It doesn’t completely work — I can now log in to the … Read more
It’s probably not the best idea, but you can absolutely create a second install in a subdirectory. If you create a /blog subdirectory and install WordPress there, you’ll have a whole new site, with a whole new WP dashboard. example.com/wp-admin/ and example.com/blog/wp-admin/ You could set up the new WP config to read the WordPress core … Read more