Skip to:
Content
Pages
Categories
Search
Top
Bottom

WordPress deep integration


  • crimsonmai
    Member

    @crimsonmai

    Sorry for yet another WordPress integration topic. I’m mainly interested in integrating my WordPress header with BBpress, and I’ve read just about every page on the topic. I tried the deep integration suggestions by editing my bb-config.php to include:

    if ( !defined( ‘ABSPATH’ ) ) {

    include_once( ‘../wordpress/wp-blog-header.php’ );

    }

    I’ve also tried setting the path to wp-load.php instead with no luck. I keep getting an error saying that the file or directory does not exist. My WordPress and BBpress installs are in separate directories, but on the same level. Ex:

    /home/wordpress

    /home/bbpress

    Is the path I have correct? Also, I went through every file in the template and changed:

    <?php bb_get_header(); ?>

    <?php bb_get_footer(); ?>

    to

    <?php get_header(); ?>

    <?php get_footer(); ?>

    Are there any other suggestions?

    Edit: Sorry I forgot to mention that I’m using WordPress 2.7.1 with bbPress Alpha 1 and my website is http://www.rivenwow.net

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar