the_excerpt and shortcodes

Paste this in your theme’s functions.php file

add_filter( 'the_excerpt', 'shortcode_unautop');
add_filter( 'the_excerpt', 'do_shortcode');

Leave a Comment