Hi,
How would I incorporate a {no_results} message to be displayed if the feed I’m calling is empty?
<div class="holder">
{exp:magpie
url="http://rss/rss.xml"
limit="10"
refresh="1"
convert_entities="y"
encoding="utf-8"
convert_encoding="y"}
<ul>
{items}
<li><a href="http://{link}" rel="nofollow" title="Read more about {title} in the Jobs portal">{title}</a></li>
{/items}
</ul>
{/exp:magpie}
</div>Best
Peter