Knowledge Base
How can I display coupons using the shortcode in a sidebar text widget?
Add this coding to your theme’s function.php:
add_filter('widget_text', 'do_shortcode');
| brianjessee |
add_filter('widget_text', 'do_shortcode');