groups

Link to this snippet:


Download to Code Collector

language: PHP
licence: BSD

Display an External RSS Feed

options: send to code collectorview all maeghan's snippets
 Display an External RSS Feed

<?php include_once(ABSPATH.WPINC.'/rss.php');
wp_rss('http://wpforums.com/external.php?type=RSS2', 5); ?>