Forums
-
- Forum
- Posts
-
- Installation
- 28,535
- Troubleshooting
- 62,771
- Themes
- 10,444
- Plugins
- 15,385
- Requests & Feedback
- 14,987
- Showcase
- 3,257
-
I added
<?php get_header(); ?>
<?php bb_get_header(); ?>
to the beginning, and
<?php bb_get_footer(); ?>
<?php get_footer(); ?>
to the end.
obviously, this calls both the wordpress and bbpress headers.
that makes everything work, except for the wordpress search engine.
any ideas?
thanks!