Really hope someone can help me with this...
I want to reverse the order of the posts on my posts page.
I've tried this solution:
In your index.php file, look for this bit of code:I also tried putting this line of code in ATO>center column>above loop.
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
Right before that line, add this code:
<?php query_posts($query_string . "&order=ASC") ?>
The problem is that the static homepage starts displaying posts as well, rather than the static text I want it to.
Please could someone help me out with this?
Many thanks,
Tom