It does seems to work, partially
I’ve got the following in my templates:
GO template
{exp:feedgrab url="http://missing.amberalertnederland.nl/nl/index.rss"
weblog="1"
title="title"
date="pubDate"
use="link|description"
fields="alert_url|alert_body" }
{exp:feedgrab url="http://alert.amberalertnederland.nl/nl/index.rss"
weblog="1"
title="title"
date="pubDate"
use="link|description"
fields="alert_url|alert_body" }
Index template
{exp:weblog:entries
weblog="site" orderby="date"
limit="10" show_future_entries="no"}
<h4><a href="{alert_url}">{title}</a></h4>
<p>{alert_body}</p>
{/exp:weblog:entries}
Something is showing up, but it’s all empty. I want the newest of both RSS files to appear in the sidebar of my blog.
