Is there a way to have archives displayed in ascending order with WP 2.0? There don't seem to be new Template Tag Parameters like 'sort_order=ASC', as putting this after 'wp_get_archives' doesn't make any difference. Any other way?
Is there a way to have archives displayed in ascending order with WP 2.0? There don't seem to be new Template Tag Parameters like 'sort_order=ASC', as putting this after 'wp_get_archives' doesn't make any difference. Any other way?
Maybe something here:
Template_Tags/query_posts
I hadn't tried that one yet, thanks!
So I put '<?php query_posts('order=ASC'); ?>' in my archive.php above the loop, but when I click on an older month now, it starts by displaying the first entry ever made, not the first entry of the month. I haven't found out yet how to change this, so if somebody could help me I'd be very glad. (Although this might be the wrong thread as it isn't a WP 2.0 problem.)
Maybe Example 2 in the Template Tags/query_posts article is useful?
Not really, as this displays only the current month of the current year. So no matter which month you select you always get december.
I think, here is the solution for this problem: http://mattread.com/projects/wp-plugins/custom-query-string-plugin/
It´s very easy to handle.
Greetings
Ilona
This topic has been closed to new replies.