Enable Shortcodes in Excerpts and Text Widgets
04
April
Just add the following to your functions.php
:
add_filter('the_excerpt', 'do_shortcode'); add_filter('widget_text', 'do_shortcode');
Updates as Released, Plus My Personal Collection Of WordPress Best Practices
Just add the following to your functions.php
:
add_filter('the_excerpt', 'do_shortcode'); add_filter('widget_text', 'do_shortcode');
You must be logged in to post a comment.
No comments yet.