Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove ’Dashboard’ in Admin Bar ?


  • shemada
    Participant

    @shemada

    Hello,

    this is my website : http://chrysmotion.com/social/

    I’m using the BP 1.5.7 and have updated the adminbar to the 1.6 version ..

    Well the trouble is that when a Subscriber logs-in .. And clicks on the Dashboard link in the Admin-Bar it gets him to a ‘Server Error’

    So I would like to remove the ‘Dashboard’ menu and just get rid of it ….

    I’m already using this code to remove the wordpress logo :

    `
    function kh_remove_wp_logo() {

    global $wp_admin_bar;

    $wp_admin_bar->remove_menu(‘wp-logo’);

    }

    add_action( ‘wp_before_admin_bar_render’, ‘kh_remove_wp_logo’ );
    `

    Can you please help me ? (like the way you removed it here ? )

Viewing 1 replies (of 1 total)

  • Devilish Concept
    Participant

    @abovenbelow

    Plenty of plugins will do this, my personal favorite is white label branding ( available from codecanyon ) this helps you customise back end front end, admin bar and login page also has a role manger installed so its really handy

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove ’Dashboard’ in Admin Bar ?’ is closed to new replies.
Skip to toolbar