Enable Shortcode in Excerpt

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! :slight_smile:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.