Enable Shortcodes in Widgets
To enable shortcodes in widgets, add this code to your functions.php:
add_filter( 'widget_text', 'do_shortcode' );
To enable shortcodes in widgets, add this code to your functions.php:
add_filter( 'widget_text', 'do_shortcode' );