Forums

Join
bbPress Support ForumsTroubleshootingUsing bbPress Functions in WordPress

Info

Using bbPress Functions in WordPress

  1. 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?

  2. Include bb in wp-config.php like so:

    require_once('path/to/bb-load.php');

  3. Thanks, it works. :D

  4. You must log in to post.