Posted inTech Info
How to Use Shortcode in your WordPress Sidebar Widgets (Text)
Just Add the following short code in your theme function.php // Enable shortcodes in text widgetsadd_filter('widget_text','do_shortcode'); Now check it ... Don’t auto-p wrap shortcodes that stand alone use this like…