• Hey,

    I’ve recently begun to play with bbpress in conjunction with wordpress.

    I’ve figured out how to include an RSS feed of a bbpress post & author to display as “author on “title of the post”” by using the following code:

    <?php include_once(ABSPATH . WPINC . '/rss.php'); wp_rss('http://example.com/bbforum/rss.php', 5); ?>

    Does anyone know how to include an excerpt of the post, time and change the formatting.

    Basically I’m aiming for the feed to create something like this….

    This is the title of the post by the author (date)
    this is an excerpt of the post…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fandangoflip

    (@alfandango)

    Just thought…. Alternativly, is there an easier way to include or embed bbpress or any other forum into wordpress?

    Any advice is very much appreciated 🙂

    Any news in this? I want to show BBpress topics (titles, posters and content) in wordpress.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Using bbpress forum content within a wordpress page’ is closed to new replies.