Info
- 3 posts
- 2 voices
- Started 4 years ago by mrwonderr
- Latest reply from mrwonderr
- This topic is resolved
Using bbPress Functions in WordPress
-
- Posted 4 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 uselogin_forms()in WP? -
- Posted 4 years ago #
Include bb in
wp-config.phplike so:require_once('path/to/bb-load.php'); -
- Posted 4 years ago #
Thanks, it works. :D
-
You must log in to post.