Is this possible with your plugin [wordpress filter]:
When i click on a category: for example Shoes, this then displays all the posts under the category for shoes!
Thats fine, however what i need to be able to do is order them, like Gold, Silver and Bronze. All the posts with gold will appear at the top, followed by Silver in 2nd and finally bronze!
I need to do this because users will be paying for advertisement slots, and someone paying top wack for a gold package wont want to see someone with a bronze package above them in the post lists???
So how would i say:
If the posts tag = Gold place at the top, if its sliver 2nd and if its = bronze place it last in 3rd?
Thanks