blog posts

WordPress Dashboard

Troubleshoot WordPress Dashboard Cluttering

WordPress dashboard clutter

One of the frequent problems that WordPress site owners may face is a cluttered and disorganized WordPress dashboard. In this article from the series of WordPress training on the Ded9.com blog, we will teach you how to solve the problem of cluttering the WordPress dashboard so that you can solve it if it occurs.

WordPress is known as a popular and powerful CMS in the web world. The pleasant and user-friendly environment of WordPress is one of the advantages of WordPress that encourages site administrators to use WordPress content management. But sometimes, this beautiful dashboard may get messed up and have problems due to some changes or possible problems.

For a better experience and to avoid such problems, you can buy WordPress hosting from us. WordPress hosting is suitable for users whose site has high traffic.

A cluttered WordPress dashboard is one of the problems that web admins who work with WordPress may have encountered. In this short tutorial, we are trying to solve the problem of cluttering the WordPress dashboard by adding code to the WordPress PHP files. To solve a cluttered WordPress dashboard, follow the steps below.

Reinstall WordPress manually

1- Download the latest version of WordPress.

2- Upload it to your host and extract it from the zip mode.

3- A folder called WordPress has been created; go inside it.

4- Select the entire file in the WordPress folder and copy it to the public_html folder.

In this section, WordPress will be installed again manually on your host, and the problem of cluttering your WordPress will be solved.

Fix the problem of cluttering the WordPress dashboard

1- First, enter file management through your host’s control panel.

2- Enter the Public_html folder and go to the wp-admin folder.

3- Find the load-style.php file in the wp-admin folder and download it to your system.

4- Open it with Notepad ++ or notepad software.

5- Find the term error_reporting at the top of the page.

6- instead of (0), the expression E_ALL | Replace E_STRICT.

7- Then save the load-style.php file, upload it to your host, and replace the previous load-style.php file.

8- Go back to the public_html folder after completing the above steps.

9- Download the wp-config.php file.

10- Open it and add the following statement at the end of the file.

define(‘CONCATENATE_SCRIPTS’, false );

11- After adding the phrase, save the file and upload it to the host to replace the previous file.

After completing the steps, you can troubleshoot your WordPress

Note: If your WordPress is not cluttered, you will need to install WordPress once manually.

Conclusion

Today, WordPress is widely used by thousands of users and the WordPress dashboard is one of the user-friendly environments in content management systems, but sometimes this beautiful dashboard crashes due to some changes or problems. In this tutorial, let’s solve the problem of crowding and messing up the WordPress dashboard.