default-blog

Adding Shortcodes to Widgets

You might have times where you just want to add shortcodes into one of your text widgets. Luckily, this is super easy using a quick and simple line of code.

The steps are pretty straightforward:

add_filter( 'widget_text', 'do_shortcode' );
Posted in

Leave a Comment