
Chortcode in wordpress text widget
If you want add chortcode in wordpress text widjet, you should add line in functions.php
add_filter('widget_text', 'do_shortcode');
If you want add chortcode in wordpress text widjet, you should add line in functions.php
add_filter('widget_text', 'do_shortcode');