Quote:
Originally Posted by woj
you are sorting by date? then on each page you display it ordered by views?
|
Nah sorting by ID (which pretty much goes in order just like the dates) because I need exactly 14 posts on each page regardless of how many were posted that day.
I've got it working how I want now, I just queried the latest 14 posts, stuck them in a multidimensional array and sorted that by views. Next page will grab the next 14 and sort them by views, etc..
Still don't understand why using 2 ORDER's in a query isn't working..