Tag: Remove Widgets
How to remove or disable default widget in WordPress
Do you want to disable or remove unused widgets in from your WordPress site? Just copy and paste the following given code into inside your theme folder’s functions.php file and save it. // unregister all widgets function unregister_default_widgets()…
Read More »