Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bb-config & wp-config

Chris you’re right. In BBpress I can use all the WP functions (ex. sidebar) but I can’t use any BBpress function (ex. Simple Online list code) in WordPress.

<?php login_form(); ?> <—BBpress code in wordpress will not work.

Thanks sambauers but I want the opposite/reverse. I want BBPress to load in full when people are in wordpress.

My theory is if this work I can put BBPress code in the WPsidebar .

require_once(‘path/to/wp-blog-header.php’); <– to put in BB-config

require_once(‘path/to/????????????.php’); <– to put in WP-config

Skip to toolbar