Hi ya
Just found out from one of the my plugin authors than you can add shortcodes to your widgets IF you add this piece of code to the functions.php
add_filter(‘widget_text’, ‘do_shortcode’);
Is there anyway you can put that into the functions.php so that when we update we don’t have to go in and paste it every time?
It is so small and so damn handy as a lot of plugins these days come with shortcodes and it means you can then use them in your text widget… 😀
Kriss 🙂