May 11, 2014 at 2:13 am
#10203
npr1307
Participant
Don’t know if this was the cleanest way to do it but I placed the following into php.function file
// Enable shortcodes in widgets
add_filter(‘widget_text’, ‘do_shortcode’);
It works and the formatting is fine. Any other suggestions or do you believe this was the best way to approach it.