Skip to:
Content
Pages
Categories
Search
Top
Bottom

adding login_form(); into wordpress


  • deadlyhifi
    Participant

    @tomdebruin

    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?

Viewing 1 replies (of 1 total)

  • deadlyhifi
    Participant

    @tomdebruin

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

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar