Unregister default widgets
Adding this to the functions.php of your wordpress theme will unregister the default wordpress widgets. Pick and choose what widgets you wish to unregister or all of them if you wish.
read moreDisable dashboard widgets
Adding this first block of code to the functions.php of your wordpress theme will disable select widgets within your dashboard. Bellow is a list of widgets you can add to the list if you wish to disable them.
read morethis months featured snippets
Create dashboard widget
Adding this PHP code to the functions.php of your wordpress theme will add your custom dashboard widget. This is just the basic building blocks of your own custom dashboard widget.
read moreEnable shortcode in widgets
Adding this to your functions.php will enable shortcode in your widgets. eg [gallery]
read moreIs sidebar widget active
Adding this PHP code to the sidebar.php for your wordpress theme will let you check if a sidebar widget is active if not display something else.
read moreDisable widgets on specific pages by user level
Adding this php code to your functions.php will disable widgets on the home page only, without completely disabling widgets. You could change is_home() to is_page() or specific pages.
read more










