Forums
-
- Forum
- Posts
-
- Installation
- 28,363
- Troubleshooting
- 62,094
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,876
- Showcase
- 3,252
-
Just edit the link in header.php in your template folder to point it to your WordPress home page, rather than the bbPress home page.
So instead of this:
<a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a>
You would have something like this:
<a href="http://www.example.com/home/">WordPress Home</a>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS