I am trying to out put the next 5 tour dates for a band. Unfortunately as rss feeds output the latest feed item first I need to find a way to reverse the order. My php skills are limited so I would appreciate any help.
{exp:rss_parser url="http://acousti.co/feeds/artist/artist_name"
cache_refresh="10"
limit="5"
}
{feed_items}
<li>{item_date format="%F %d %Y"} <a href="{item_link}">{item_description}</a>
</li>
{/feed_items}
{/exp:rss_parser}