/
How do you enable shortcodes in widgets

How do you enable shortcodes in widgets

Problem

Shortcodes not working in widget area

Solution

Add the following to your theme’s functions.php file.

add_filter( 'widget_text', 'do_shortcode' );



Related content

How do I enable shortcodes in testimonial content
How do I enable shortcodes in testimonial content
More like this
My theme already has a [testimonials] shortcode
My theme already has a [testimonials] shortcode
More like this
How do I change my widget's rotation speed or other options
How do I change my widget's rotation speed or other options
More like this
Where are the examples of using Testimonial shortcodes
Where are the examples of using Testimonial shortcodes
More like this