Display an External RSS Feed


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php include_once(ABSPATH.WPINC.'/rss.php');
  2. wp_rss('http://wpforums.com/external.php?type=RSS2', 5); ?>

Report this snippet


Comments


You need to login to view comments.