BY default short-codes are not working in widget area for this you have to add one line code in your functions.php file
[code lang=”php”]
add_filter(‘widget_text’, ‘do_shortcode’);
[/code]
BY default short-codes are not working in widget area for this you have to add one line code in your functions.php file
[code lang=”php”]
add_filter(‘widget_text’, ‘do_shortcode’);
[/code]