Using [shortcodes] in widgets

Want to be able to use WordPress shortcodes in your widgets? Just add the following to functions.php in your active theme:

add_filter('widget_text', 'do_shortcode');
posted Oct 1 2009