Now its not working in Local server…. dont whatz happening.
Link:
https://blog.momentumriverexpeditions.com/guide-bios
require_once (ABSPATH . WPINC . '/rss-functions.php'); error_reporting(E_ERROR);
$url = 'https://feed43.com/0652705747325733.xml';
$rss = @fetch_rss($url);
echo "<h3> ", $rss->channel['title'], "</h3><br />\n";
foreach ($rss->items as $item ) {
$title = $item[title];
$url = $item[link];
$content = $item[description];
echo "<p class='introbodytexthead'><a href=$url>$title</a></p><br />\n";
echo "$content<br />\n";
}
Please help out….