Hi everyone!
Is there a way to enable shortcode in the_excerpt? I tried using these:
add_filter('the_excerpt', 'shortcode_unautop');
add_filter('the_excerpt', 'do_shortcode');
add_filter('get_the_excerpt', 'shortcode_unautop');
add_filter('get_the_excerpt', 'do_shortcode');
and neither one them work.
Thanks!