Forums
(@dclaci)
4 years, 1 month ago
@scalpmonkey
This is not true, it has still not been fixed.
6 years, 11 months ago
Hi guys
To allow shortcodes in the Excerpt field these lines should be placed in the function php:
add_filter(‘the_excerpt’, ‘do_shortcode’);
I had the same problem and solved it.