Skip to:
Content
Pages
Categories
Search
Top
Bottom

how to remove login frm the upper left section of the site

  • @naved

    Member

    i just want to remove login button button frm upper left section and just want to use the one which is on right hand side for all my users.
    how to do that ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • @naijaping

    Participant

    If you are talking about the login / sign up at the admin bar, just put the following code in your function.php and it will be removed.

    remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_login_menu’, 2 );

    @naved

    Member

    i just want to remove login not the signup button ? howto do that then …..means what to modify in da above code

    @naved

    Member

    @naijaping done this but after that my site doesnt work ?
    i had putted the above code under wp-content function.php at the beginning of the page inbetween

    @naijaping

    Participant

    @naved, post a link to your website please.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to remove login frm the upper left section of the site’ is closed to new replies.
Skip to toolbar