Like most WordPress customers, you’ve in all probability seen that your dashboard has begun to tackle a lifetime of its personal. Over time, it’s turn into a dumping floor for all types of widgets and different plugin add-ons that don’t essentially belong there.
You may need tried to take away widgets from the dashboard, solely to search out that they’ve been recreated elsewhere on the location. Typically, disabling undesirable widgets requires searching down and discovering a option to disable them from inside WordPress.
You’ll be able to both disable undesirable widgets out of your WordPress dashboard or use a code snippet.
On this submit, we’ll present you find out how to take away widgets from the dashboard in WordPress for a clutter-free widget expertise.
1 Why Disable Undesirable Widgets in WordPress Dashboard?
When you’re utilizing WordPress, you’ve in all probability seen that the platform presents all kinds of widgets you can add to your web site’s sidebar, footer, or wherever else you need.
In the identical method, some unique widgets can be found so as to add dedicatedly to your WordPress Dashboard. These small blocks of components present additional data or performance.
A few of these widgets serve a goal, like an Exercise widget that exhibits the just lately revealed articles on our web site or an search engine optimisation overview widget to indicate your web site’s efficiency at a look. Nonetheless, lots of them are solely not wanted.
The one option to get rid of these widgets is to disable them in your WordPress dashboard. Now, let’s dive in and see find out how to take away widgets from the dashboard.
2 Tips on how to Take away Widgets from the Dashboard in WordPress?
2.1 Disable Undesirable Widgets in WordPress
To start with, you’ll have to put in and activate the Widget Disable plugin.
To put in the plugin, navigate to the Plugins > Add New part of your WordPress dashboard. Search for the Widget Disable plugin within the search bar and set up and activate it, as proven beneath.

As soon as the plugin is activated, navigate to the Look > Disable Widgets web page to configure plugin settings.
Choose the widgets you need to conceal from the Dashboard Widgets tab. You may as well choose the sidebar widgets you want to disable from the Sidebar Widgets tab. Click on on the Save Adjustments button to retailer your settings.

Now you can go to the dashboard web page, and all the chosen widgets will not be seen in your widgets display screen.

2.2 Take away Widgets from the Dashboard Utilizing Code Snippet
You need to add the next code in your theme’s features.php file or a site-specific plugin if you wish to take away widgets from the dashboard utterly.
Be aware: Please take a whole web site backup earlier than you fiddle with the information. If one thing goes incorrect, you’ll be able to simply undo the modifications. Additionally, by customizing the beneath code snippet, you’ll be able to disable any widget out of your WordPress dashboard.
operate remove_dashboard_widgets()
world $wp_meta_boxes;
unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_quick_press']);
unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_incoming_links']);
unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_right_now']);
unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_plugins']);
unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_recent_drafts']);
unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_recent_comments']);
unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_primary']);
unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary']);
unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_activity']);
unset($wp_meta_boxes['dashboard']['normal']['high']['rank_math_dashboard_widget']);
add_action('wp_dashboard_setup', 'remove_dashboard_widgets' );
The entire widgets talked about within the above record are fairly self-explanatory.
Determine which of them you need to depart and which you want to take away from the record. And for these you don’t need, allow them to be within the code. That’s as a result of we use unset, i.e., take away the choice, relatively than specifying which of them we need to depart.
3 Conclusion
Conserving your widget record brief could make it simpler to search out widgets; nonetheless, in case you have extra widgets on the record, you’d seemingly need to take away them from the dashboard.
Customizing your dashboard is one change you may need to take into consideration making. Whenever you log in, the dashboard is the very first thing you come throughout.
What number of WordPress widgets are lively at a given time in your web site? Do you select a shortened record of widgets or a prolonged one? Tell us by Tweeting @rankmathseo. 💬
Latest News
-
Syntax Error, Sudden” in WordPress » Rank Math
-
Which Produces Extra Duplicate Content material
-
Dave DiGregorio On Native search engine optimization Enterprise Technique, Evolution & Tradition
-
How the Google Search Algorithm Works: A Zero-Fluff Information
-
Use generative AI to make merchandise stand out in search • Yoast