Hello. I’m hoping I’m missing something very simple. I have an RSS feed here:
http://feeds.feedburner.com/mountainchild
And I’d like to feed that into EE, just as a feed, not inserted into the Database.
So my tag looks like this:
{exp:magpie url="http://feeds.feedburner.com/mountainchild" limit="5" refresh="10"}
{item}
<!-- entry -->
<div class="date">
<span class="monthday">DEC 11</span>
<span class="year">2009</span>
</div>
<div class="content">
<h2><a href="http://{link}" target="_blank" rel="noopener">{title}</a></h2>
<p> {description}<br />
Categories: <a href="#" target="_blank" rel="noopener">Upcoming Trips</a><br />
</div><br />
<!-- /entry --><br />
<div class="hr"></div><br />
{/item}<br />
{/exp:magpie}But it doesn’t work. I have it posted here: http://mountainchild.org/site/home
Can anyone tell me what I did wrong? This is EE 1.6.8. Do I have to use SimplePie instead?