display rss using wordpress
1 <?php 2 include_once(ABSPATH.WPINC.'/rss.php'); 3 wp_rss('http://mysite.com/feed', 5); 4 ?>
1 <?php 2 include_once(ABSPATH.WPINC.'/rss.php'); 3 wp_rss('http://mysite.com/feed', 5); 4 ?>