Shortcode not working in Text Widget
-
I’m trying to use the text widget to display only the most recent ‘news’ and ‘blog’ posts instead of all recent posts.
I’ve added
add_filter('widget_text', 'do_shortcode');
to the functions.php through the editor and
[display-posts category="blog,news" posts_per_page="5"]
to the widget itself but it still displays the shortcode as text instead of executing it. I haven’t found any other solutions beyond adding the filter to functions.php
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Shortcode not working in Text Widget’ is closed to new replies.