Shortcodes in the Text Widget Posted on March 2, 2012// By Kailey Lampert // Tell me what you think This isn’t new, and has been posted elsewhere, but nevertheless… add_filter( 'widget_text', 'do_shortcode' ); Now you can plop shortcodes in the default Text widget and have them handled correctly.