26 May 2017

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 widgets
add_filter('widget_text','do_shortcode');
Now check it ...


Don’t auto-p wrap shortcodes that stand alone use this like same
add_filter( 'widget_text', 'shortcode_unautop'); 

No comments:

Post a Comment