Is there a quick way to have a tag page display in reverse order (e.g. by adding a request query string value?).
My page is
http://www.recyke-y-bike.com/tag/road/
which shows all the blog posts tagged "road".
I'd like the posts displayed newest first, rather than oldest first. I hope I can do something like
http://www.recyke-y-bike.com/tag/road/?order=reverse
Thanks.