Display an external RSS feed

Display an external RSS feed

<?php
include_once(ABSPATH.WPINC.'/rss.php');
wp_rss('http://newsrss.bbc.co.uk/rss/sportonline_uk_edition/football/rss.xml', 5);

?>