Forums
-
- Forum
- Posts
-
- Installation
- 28,509
- Troubleshooting
- 62,702
- Themes
- 10,431
- Plugins
- 15,372
- Requests & Feedback
- 14,973
- Showcase
- 3,256
-
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>