frasten/wordpresscom-popular-posts

Problem with exclude function in shortcode

Closed this issue · 1 comments

Bug from gorky5:

I've got this plugin running fine as a widget, but I want also include the list on a particular page using a shortcode.
Here's the code I'm using:
[wp_popular_posts title='<h4>Most popular pages</h4>' number=10 list_tag=ul days=1 exclude=3,2953]
It all works fine apart from exclude - pages 3 and 2953 are showing up in the list. Does this parameter no longer work?

Fixed in 1fc44ba.