scarstens
12/5/2013 - 11:35 PM

Enable shortcodes in the default text widget, making custom widgets obsolete. Save hours of programming time by allowing shortcodes in the s

Enable shortcodes in the default text widget, making custom widgets obsolete. Save hours of programming time by allowing shortcodes in the sidebars.

<?php
	add_filter('widget_text', 'do_shortcode');
?>