I have a magpie RSS feed from a related news website. However, there are a couple RSS feeds I want to have in the same list. How would I accomplish this?
{exp:magpie url="http://feeds.feedburner.com/feed" limit="15" refresh="720"}
<ul>
{items}
<li><a href="http://{link}" target="_blank" rel="noopener">{title}</a></li>
{/items}
</ul>
{/exp:magpie}
Completely different solution: Andrew Weaver has written a nice plugin called FeedGrab, and it allows you to store the data of an RSS feed as an ExpressionEngine entry, so you can then display it how you want.
On one of my sites I use this to make a combined page with all news from a lot of sites about my topic on one page, sorted by date/time.
Andrew Weaver’s site is at www.brandnewbox.co.uk and the scripts are at www.brandnewbox.co.uk/docs/
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.