Forums
(@aphello)
13 years, 8 months ago
Shotcodes do not by default work in the Text Widget.
Add the following to your functions.php file.
add_filter('widget_text', 'do_shortcode');
This will parse the text widget for ALL shortcodes.