I'd like my main blog order to be newest to oldest but tag pages to show oldest to newest (I have a mix of Pages and Posts on the tag pages and I want the Pages which are older to show up first). Is this possible?
Cheers
I'd like my main blog order to be newest to oldest but tag pages to show oldest to newest (I have a mix of Pages and Posts on the tag pages and I want the Pages which are older to show up first). Is this possible?
Cheers
With the help of the Template Hierarchy (or Tag Templates) article, determine what Template is displaying your Tag archive, then use this code in that Template just before The Loop:
query_posts($query_string.'&ORDER=ASC');
Related:
Stepping Into Template Tags
Stepping Into Templates
query_posts ORDERBY parameters
Tag Templates
This topic has been closed to new replies.