Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: wordpress not allowing bb-admin access

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!

Skip to toolbar