I have integrated bbpress with wordpress without problems.
To have the same header in bbpress and word press I include
require_once('../wp-blog-header.php');
in the config.php in bbpress, then I edit the header.php (bbpress) with some wordpress functions.
It's runs ok, but the bbpress admin interfase can't load.
There are some comments about?
bbPress support forums » Themes
same header in bbpress - wordpress
(2 posts)-
Posted 1 year ago #
-
Did you specify to load the admin interface? Make sure this line is inside your bbpress header somewhere:
<?php if ( is_bb_profile() ) profile_menu(); ?>Posted 1 year ago #
Reply
You must log in to post.