WordPress deep integration
-
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
- You must be logged in to reply to this topic.