Skip to:
Content
Pages
Categories
Search
Top
Bottom

Register/Log-In Tied to WP?

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robin W
    Moderator

    @robin-w

    the following will disable the toolbar for all but admins

    //disable toolbar for non-admins
    if (!current_user_can('manage_options')) {
    show_admin_bar(false);
    }

    put this in your function file

    see

    Functions files and child themes – explained !

    The you can add a widget login to the sidebar

    Dashboard>appearance>widgets and look for (bbpress) login widget

    You can also add logins to the menu see

    Layout and functionality – Examples you can use


    mkakos
    Participant

    @mkakos

    Thank you, I’ll give it a shot and let you know. Will this also stop the wp-login screen from appearing? For example, if a user tries to register an account but the email has already been registered, it takes the user to the wp-login screen and returns an error (I would rather the error be returned on my website).

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