Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to show bbPress forum topic in WordPress Loop?

I found this method to include forum topics within wordpress:

‘<?php include_once(ABSPATH . WPINC . ‘/rss.php’); wp_rss(‘http://example.com/bbforum/rss.php&#8217;, 5); ?>’

Is that any help? Still not sure how to format it entirely though.

Skip to toolbar