Forums
-
- Forum
- Posts
-
- Installation
- 28,551
- Troubleshooting
- 62,891
- Themes
- 10,444
- Plugins
- 15,399
- Requests & Feedback
- 14,995
- Showcase
- 3,259
-
I suspect this is the the same problem as you or someone else had with a non-standard template with bbpress.
Make sure in your header.php template that you have
<?php bb_head(); ?>
just before the
</head>
or bbPress plugins won’t work properly (like you are seeing now)