Forums
(@indranislight)
14 years ago
Reporting solved again
Solved
I looked around and added this code to my themes function.php file.
add_filter(‘widget_text’, ‘do_shortcode’);
This solved the problem. This was working before so something broke this and adding this code fixed it.