WordPress multisite dashboard not working..!

Open up your wp-config.php file. Turn off script concatenating by adding this line: define(‘CONCATENATE_SCRIPTS’, false); Make sure you add this before: /** Absolute path to the WordPress directory. */ if ( !defined(‘ABSPATH’) ) define(‘ABSPATH’, dirname(__FILE__) . “https://wordpress.stackexchange.com/”); Hopefully this helps you save the day for your WordPress installs! But not sure the admin pages. It … Read more

Transfer Part of Multisite to new Domain

Simple, you don’t separate anything because that is going to be terribly complicated. It is advisable to use the standard WordPress import export. See this tutorial: http://www.wpbeginner.com/wp-tutorials/how-to-move-a-site-from-wordpress-multisite-to-single-install/ However, your plugin and theme options will have to be re-set manually after the transfer. If any of those plugins use custom tables, you’d have to figure how … Read more

Should I use MultiSite for a subdomain based wp site?

As stated your use case seems suitable: multiple sites — check shared users — check WP multisite does this. However there aren’t that many details in your question beyond that. It is a guesswork to recommend for or against it for such a complicated site, without knowing requirements thoroughly.