Info
- 3 posts
- 2 voices
- Started 2 years ago by syborgod
- Latest reply from syborgod
- This topic is resolved
“deep” integration
-
- Posted 2 years ago #
I have already installed and integrated bbPress to WordPress MU on my site, and I need to know if i can add the following:
require_once('path/to/wp-blog-header.php'); in bbPress’ bb-config.php (wp-blog-header is in the same
directory as WordPress’ wp-config.php file).without messing anything up or do I need to reinstall bbPress again and do this process at the beginning?
-
- Posted 2 years ago #
you should be including wp-load.php instead of wp-blog-header.php.
-
- Posted 2 years ago #
So i should add: require_once('path/to/wp-load.php'); in bbPress’ bb-config.php?
Now would I need to add this to the WordPress’ wp-config.php file as well?
-
You must log in to post.