Forums
-
- Forum
- Posts
-
- Installation
- 27,615
- Troubleshooting
- 60,552
- Themes
- 10,189
- Plugins
- 14,971
- Requests & Feedback
- 14,607
- Showcase
- 3,238
-
@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()
;
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS