I'd like all search results and listing pages to sort by PR from high to low, how would I do that?
Thanks!
I'd like all search results and listing pages to sort by PR from high to low, how would I do that?
Thanks!
In browse.php and search.php look for the following
order by premium desc, bid desc, hits desc
Then you can change it or oder any way you want such as
order by rank desc
order by bid desc, rank desc