Enable shortcodes in the default text widget, making custom widgets obsolete. Save hours of programming time by allowing shortcodes in the sidebars.
<?php add_filter('widget_text', 'do_shortcode'); ?>