bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

same header in bbpress - wordpress

(2 posts)
  • Started 1 year ago by victorcastelan
  • Latest reply from peiqinglong
  • This topic is not resolved
  1. victorcastelan
    Member

    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?

    Posted 1 year ago #
  2. 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 #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.