Quote:
Originally Posted by fris
you could probably modify it to work with excerpt as well, probably just 1 line of code to add the filter for excerpt as well as the_content
|
Yup, added the following to my functions.php and the shortcodes now execute fine in the_excerpt with the Template Tag Shortcuts plugin...
Code:
add_filter('the_excerpt', 'do_shortcode');