Thread Starter
wherl
(@wherl)
Solved
in the wp-includes folder edit the feed-rss2.php file…
Add this code…
<?php query_posts($query_string . "&order=ASC") ?>
Above the
<?php while( have_posts()) : the_post(); ?>
line in this file.(around line 34)
Save and replace. (using wp 2.7)