WordPress Tip #1
How to add a Shortcode to a Sidebar Widget
Apparently you can’t just add a plugin or feature that uses a shortcode to the sidebar of a wordpress site. But if you add add_filter('widget_text', 'do_shortcode'); any where in the functions.php - you can!
blog comments powered by Disqus
