Proper way to display Newest Forum discussions via RSS?
I am trying to post the newest 7 forum posts/thread responses on my wordpress portal via RSS and am unable to get it to work properly.
I am currently using
<?php include_once(ABSPATH . WPINC . '/rss.php');
wp_rss('http://sitename.com/forum/external.php?lastpost=true&type=rss2', 7); ?>
and while it posts 7 feeds it never updates properly and takes forever. Is there a better way for me to display live/current postings on the sidebar? I dont care if it takes a user to refresh it does not have to be live during static pages!
HELP!
Thanks in advance
|