• Jun
    16
    2011

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!

Reference site



blog comments powered by Disqus
  1. techsocialite posted this