Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: same header in bbpress – wordpress

ok I changed the require once to this code

$bb->WP_BB = true;

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

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

else

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

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

it got rid of the errors, however, now when i click on the admin link, after logging in, it just refreshes the page and does not bring me to the admin so now im exactly where victor is with his problem

Skip to toolbar