Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: 2Checkout.com using WordPress / bbPress

@davidbaldwin, the titles and rss are on a toggle, basically, when the page loads up, I check to see if bbpress is running:

global $bb;
if($bb){

if it is I switch the title to bbpress using bb_get_title(), and switch the feed to bb_feed_head();

Skip to toolbar