Viewing 3 replies - 1 through 3 (of 3 total)
  • To hide the admin bar from non-admins you can place this code into your theme’s function.php file:

    if (!current_user_can('administrator')):
    show_admin_bar(false);
    endif;

    1. Make sure you have set a Welcome Page and a Membership Options Page.
    2. Go to General Options -> Member Profile Modifications and set Redirect Member away ... to Yes. Then go to the bottom of the page and hit Save All Changes

    Thread Starter bmerrill2014

    (@bmerrill2014)

    Thanks to both of you. Tandem’s code was just what I needed!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Suppress dashboard’ is closed to new replies.