Most/Least popular by time
-
I am building a new site https://www.willitbuff.com/
Each of my posts can be voted on up or down.
I want to show highest and lowest voted:
Today
This Week
This Month
This year
All timeI was able to use this to get the all time part working
https://willitbuff.com/?r_sortby=highest_rated&r_orderby=descI want to use this code to get the rest working. I do not know how to use it though:
<?php if (function_exists('get_highest_rated_range')): ?> <ul> <?php get_highest_rated_range('1 day'); ?> </ul> <?php endif; ?>
Where do I put this code to get it to show the post?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Most/Least popular by time’ is closed to new replies.