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

Posts with over 100 views showing before the ones with less than 100 in the query (desc. order) #54

Open lucast460 opened 1 year ago

lucast460 commented 1 year ago

I put in the "Dynamic OrderBy Field" the "view" field, and it is showing the proper posts in order of most accessed, to least accessed. But it does not show the posts with view count over 100 — and i guess they are in another place of the query, because i tested to show the posts in a category that has only 3 posts, one with 50 views, and other two with views over 100, and the one with 50 views showed up first, but the other two are in the correct order of most views. Anyone know how to arrange the query correctly and show the pages with over 100 views first?