Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Having trouble integrating WP functions

!defined('DB_NAME') is redundant, since you should be only one can code on your files.

I will use

if ( !strpos($_SERVER["PHP_SELF"], 'bb-admin') )
require_once('../wp-blog-header.php');

Anyway, you did a great job!

PS. could you show us your forums?

Skip to toolbar