Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Display bbpress on wordpress page (inside the blog)


adeboy
Member

@adeboy

@chrishajer – Its not quite ready for primetime but you just make a very basic page with the bb-load.php include and then you can get the latest topics/comments and create some links. You need some simple css in the page to match your site styling for the links and target the top frame in the links

require_once('../../bb-load.php');
$topics = get_latest_topics( );

Your homepage might have adverts, widgets, maps etc which will often load in an iframe, as well as images, so the latest topics appear as part of the page build up.

One day i might get round to proper integration but until then, it works fine

@swaymedia – grow up

Skip to toolbar