Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)