bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

adding login_form(); into wordpress

(2 posts)
  • Started 4 months ago by tomdebruin
  • Latest reply from tomdebruin
  • This topic is resolved

Tags:

  1. I want to show the login form/status from bbpress in my wordpress site.

    but if I get put in "login_form();" I get: Fatal error: Call to undefined function.

    How do I add the bbpress functions into wordpress?

    Posted 4 months ago #
  2. the way to do add bbpress functions into wordpress is to add:

    if ( !defined('BBDB_NAME') )
    require_once(ABSPATH.'bbpress/bb-load.php');

    into the wp-config.php file, just before the closing ?>

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.