Forums
-
- Forum
- Posts
-
- Installation
- 28,441
- Troubleshooting
- 62,527
- Themes
- 10,431
- Plugins
- 15,343
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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)