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?
bbPress support forums » Troubleshooting
Using bbPress Functions in WordPress
(3 posts)-
Posted 1 year ago #
-
Include bb in
wp-config.phplike so:require_once('path/to/bb-load.php');Posted 1 year ago # -
Thanks, it works. :D
Posted 1 year ago #
Reply
You must log in to post.