Forums
-
- Forum
- Posts
-
- Installation
- 28,399
- Troubleshooting
- 62,334
- Themes
- 10,396
- Plugins
- 15,320
- Requests & Feedback
- 14,934
- Showcase
- 3,254
-
Couple of things. I would try the first line with an absolute server path. Something like:
require_once
('www/blog/wp-blog-header.php'); ?>
As well, I am sure you have an Akismet number, but if not, best to put it as:
$bb->akismet_key = false;
Trent