'Get highest rated range' issue
-
What I am trying to achieve is list 10 highest rated posts from the last, say, 30 days.
According to the FAQ, I should use
<?php get_highest_rated_range('30 days', 'post', 10); ?>
The issue is with the range — the plugin lists the posts (seemingly) based on the date when they were rated (rating timestamp?), while I need the criteria to be the post date.
If at all possible, I would also like to further limit the selection to a minimum of, say, 5 votes.
Any help would be greatly appreciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘'Get highest rated range' issue’ is closed to new replies.