Use Shortcodes in WordPress Widget without Plugins 2014-04-30 2014-08-23 / By juzhax / Wordpress / plugin, widget, wordpress You can add this to your function to enable your short code in widget without pain. [php] add_filter( ‘widget_text’, ‘shortcode_unautop’); add_filter( ‘widget_text’, ‘do_shortcode’); [/php] Tags: pluginwidgetwordpress