How to: Use the Beaver Builder shortcodes in widget areas

I put together a video on how to use the Beaver Builder shortcodes in your theme’s widget areas:

Beaver Builder - Shortcodes

As discussed in a topic here earlier, WP does not support shortcodes in text widgets out of the box and Ben had provided a code snippet to use if your theme does not support this.

add_filter('widget_text', 'do_shortcode');

Hope this may provide a bit of inspiration on how to leverage this welcome added functionality to an already awesome plugin! :slight_smile:

Cheers!
Lyle

Awesome! Thanks for this, Lyle! We really appreciate it! :slight_smile:

Ben