PDA

View Full Version : category post order


Steve
05-05-2009, 10:43 PM
I'm trying to code my front page to show the top 5 posts by rating in specific categories. I've played around with the option described in this thread (http://www.reviewpluginforwordpress.com/support/showthread.php?t=14) but can't seem to get it quite right.

If I click on a category link to view the entire category I see them in desc order from highest to lowest. I was wondering if using the snippet of code that does that in the categories would work with a limit of 5 posts on the front page of the site? I poked around the files a bit, but since they're all encoded couldn't grab it. Would it be possible for someone to post or pm the code?

ryan
05-05-2009, 11:55 PM
You can change the sort order of posts on the WFReview Options page. The same sort order will apply to all post listings on the site (home, category, archives, etc).

Steve
05-06-2009, 10:53 AM
Ryan,
Thanks I see that in the control panel and have it sorting from highest to lowest rating.

I'm running into a problem with the rating order when I try to put the the top 5 posts on the home page of the site. I'm wanting to use several categories on the front page with the 'best of' each category listed. They are being listed by the latest published instead of the rating that wfreview is showing for them.