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