• I am running a multisite install and recently my admin bar is not showing up any more when I am not logged in. I want it to show and have tried functions in the admin_bar.php, but nothing is working.

    PLEASE HELP!

Viewing 2 replies - 1 through 2 (of 2 total)
  • admin bar is not showing up any more when I am not logged in

    I think that’s the default behavior. It doesn’t show if you aren’t logged in. That way, casual visitors don’t see it, and only logged in subscribers and members have access to its menus. I’m not a regular multisite user, but I think the behavior might be the same?

    Thread Starter Blake Pounds

    (@webifiedgeek)

    I fixed it using this action:

    add_filter( 'show_admin_bar', '__return_true' );

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress Toolbar’ is closed to new replies.