[Plugin: KK I Like It] How to sort posts by recent likes
-
My current theme has the following for it’s sorting of posts:
query_posts($query_string . ?&cat=’.$query_cats);
I would like to replace this with:
Sum of likes for the last 30 days, descending.
Can someone help me with that? Thank you.
- The topic ‘[Plugin: KK I Like It] How to sort posts by recent likes’ is closed to new replies.