You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
?The text was updated successfully, but these errors were encountered: