@mrwonderr
17 years ago
I want to have one universal sidebar in my website for both WP and BB, but I can’t because I need a few BB Functions for it, particularly login_forms(). Is there a way to use login_forms() in WP?
login_forms()
@fel64
Include bb in wp-config.php like so:
wp-config.php
require_once('path/to/bb-load.php');
Thanks, it works.