• Resolved Kalyr

    (@kalyr)


    Hi all,

    What’s the easiest way to reverse the sort order for single tag archive?

    Theme is a customised child theme of Twenty-Ten. I’ve got one tag (Which I’d created specifically to group s specific set of posts), which I want displayed ascending rather than the default descending.

    This is the tag archive in question:
    http://www.kalyr.com/weblog/tag/2012-end-of-year-list/

    Is there something relatively simple I can put in tag-2012-end-of-year-list.php, or is it a matter of hacking loop.php?

Viewing 1 replies (of 1 total)
  • Thread Starter Kalyr

    (@kalyr)

    A bit of searching in the codex and I figured out how to do it, with one line in the customised tag templage immediately before get_template_part

    query_posts( $query_string . '&order=ASC' );

Viewing 1 replies (of 1 total)
  • The topic ‘How do I reverse the sort order for one tag?’ is closed to new replies.