Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter leoproducer

    (@leoproducer)

    EDIT: I have a calendar plugin that allows me to set the date of events on a calendar by changing the publish date on the blogs to the date of the events. I need the RSS feed order to display the oldest published blog first.

    Thread Starter leoproducer

    (@leoproducer)

    SOLVED:

    In 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(); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RSS Feed order’ is closed to new replies.