Forums
(@afrigal)
16 years, 6 months ago
In your index.php file, look for this bit of code:
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
Right before that line, add this code:
<?php query_posts($query_string . “&order=ASC”) ?>
Good Luck Leslee