Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: “Demo site” – wordpress integrations problem


rpophessagr
Member

@rpophessagr

wait… it didn’t work in the default theme either…

I am putting the line:

if (file_exists(‘../wp-blog-header.php’))

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

in right before:

if ( !defined(‘BB_PATH’) )

define(‘BB_PATH’, dirname(__FILE__) . ‘/’ );

require_once( BB_PATH . ‘bb-settings.php’ );

?>

when I put it at the end i got an error that i cannot define it twice…

is there a better place to put in the “require_once?

Skip to toolbar