Forums
-
- Forum
- Posts
-
- Installation
- 27,542
- Troubleshooting
- 60,342
- Themes
- 10,162
- Plugins
- 14,939
- Requests & Feedback
- 14,574
- Showcase
- 3,237
-
There is a bug in the older template you are using.
Find these line in your header.php
in your template folder:
<?php bb_enqueue_script('topic'); bb_head(); ?>
<?php endif; ?>
and change it to this:
<?php bb_enqueue_script('topic'); ?>
<?php endif; ?>
<?php bb_head(); ?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS