Using bbpress forum content within a wordpress page
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Using bbpress forum content within a wordpress page’ is closed to new replies.