How to reverse the order of WordPress blog posts?

WP 3.0.2

I’ve tried adding

Read More
  <?php query_posts($query_string . "&order=ASC") ?>

above

  <?php if(have_posts()) : ?>

in the page.php file, with no result

Related posts

Leave a Reply

3 comments