Forums
-
- Forum
- Posts
-
- Installation
- 28,536
- Troubleshooting
- 62,775
- Themes
- 10,444
- Plugins
- 15,385
- Requests & Feedback
- 14,987
- Showcase
- 3,257
-
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)