WordPress Admin Dashboard not loading correctly – Fixed it!

In this post, I will guide you on how to fix the WordPress dashboard not loading.

Do the compete steps and learn how to fix this issue.

  1. Open hosting account in which your website is located
  2. Open file manager and open website main folder
  3. Look out the file name Wp.Config.php file
  4. Scroll down the page of wp.config file
  5. find these lines”/* Add any custom values between this line and the “stop editing” line. */”
  6. after these line paste this code “define(‘CONCATENATE_SCRIPTS’, false);

Add this code in in the Wp.config file

define(‘CONCATENATE_SCRIPTS’, false);

After pasting code your issue will be resolve promptly.

Leave a Comment

Your email address will not be published. Required fields are marked *