Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: Reverse RSS
    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)

Viewing 1 replies (of 1 total)