[Plugin: WTI Like Post] Sort all posts by sum of votes
-
I would like to sort all of the posts by the sum of all votes.
The current line in my theme to do this is:
<?php query_posts($query_string . '&cat='.$query_cats); ?>
What might that look like? Descending order so the most popular posts are on top.
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: WTI Like Post] Sort all posts by sum of votes’ is closed to new replies.