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?
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 conditionignore_sticky_posts
inWP_Query
?