Hey guys,
I think I read somewhere that it was by design that tag pages were in descending order, but I have a lot of events planned well in advance so I’d much prefer them to be in ascending order. I was able to do that by changing the query to the following code:
<?php $posts=query_posts($query_string . ‘&order=asc’);
if ( have_posts() ) : ?>
It works as I hoped – except that any events that have already passed are showing up there, and showing up first which obviously is no good 🙂 You can see an example at: http://www.kingstonontarioevents.com/tag/movies-in-the-square/
I was looking around single-venue.php as the functionality is used there, and also came across these links:
https://gist.github.com/jo-snips/3542941
http://pastebin.com/uHCEjEiB
That were shared on the forum before, and tried a few different things but had no luck.
Wondering if you guys had any ideas or suggestions – if not no worries, as I know it can be a lot to ask 🙂