• Hi there….

    I don’t want the new admin bar feature on all of my wordpress sites. How do I disable it please?

    Thanks…

Viewing 7 replies - 1 through 7 (of 7 total)
  • You can go into Users>Profile, there is a tick box to turn it on/off

    Thread Starter Illusio

    (@illusio)

    idesign-graphics:

    Thank you very much, didn’t think of looking there.

    ??

    Hi idesign-graphics,

    I am the administrator on my site. I don’t want my members see the admin bar. Is there a way:

    1. to make it disappear completely? or
    2. to make those links point to some other page? (the Members page of my subscription system p.e.?

    Thank you,

    Luis

    Ad following to your functions.php

    if ( function_exists( 'show_admin_bar' ) ) {
    add_filter( 'show_admin_bar', '__return_false' );
    }

    arash

    I added this code to themes function.php

    show_admin_bar(false);

    ya think that’s ok too????

    ps is no one really annoyed that we have to scrabble around for code snippets or use yet another plugin to globally turn this ugly thing off?

    see so many of community switching off via user profile, and little do they know its still active for other users on their site!

    Why didn’t wordpress add a global turn off?

    makes me mad the more I think about it!

    Why not just use the code I posted?

    Well I eventually did but am trying to learn why and how not just copy and paste! hence why my question was a question not a statement.

    was wondering what diff was thats all

    cheers

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘3.1 Admin Bar’ is closed to new replies.