Forums
-
- Forum
- Posts
-
- Installation
- 28,408
- Troubleshooting
- 62,348
- Themes
- 10,400
- Plugins
- 15,322
- Requests & Feedback
- 14,953
- Showcase
- 3,254
-
@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()
;