How to restore Kitchen Sink in WordPress?

Sometimes, you don’t find “kitchen sink” in your WordPress Admin panel. Most likely, this is due to some conflict with the plugins. An easy way around to solve this error: Insert this code into functions.php file: function unhide_kitchensink( $args )...

How to exclude categories from the Widget

While using WordPress, you may need to exclude or hide certain categories from the categories widget. There are some plugins available to achieve this, but inserting suitable code is advisable. Here is the code: function exclude_widget_categories($args){ $exclude =...