corsonr
5/26/2012 - 8:03 PM

Allow shortcode in text widget

Allow shortcode in text widget

<?php
// To be able to use shortcode in text widget, add this line  into functions.php

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