How to reverse the chronological order of a blog?
-
Hi,
I think this is really simple, but I can’t get it to work, I had it working and updated my theme, which broke my config…
I want the posts on my blog to read from old to new, rather than displaying the newest first – my blog is a log of events and should be read from start to finish.
I understand I need to add code something along the lines of this:
<?php query_posts($query_string . '&orderby=date&order=ASC') ?>
but I do not know where to add it – which .php file to put it in or where to place it in relation to the other code. Can somebody help?Cheers
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to reverse the chronological order of a blog?’ is closed to new replies.