lesterchan / wp-postviews

Enables you to display how many times a post/page had been viewed.
https://wordpress.org/plugins/wp-postviews/
114 stars 42 forks source link

Sticky post should be exclude from the Widget #44

Open touuki opened 4 years ago

touuki commented 4 years ago

In current version, if there is a sticky post, it will include in all queries such as most_viewed. Then it will show $limit + 1 records, and the sticky post is the first one. I think it's not the expected result in most cases. So would it be better to add a condition ignore_sticky_posts in WP_Query?