Viewing 8 replies - 1 through 8 (of 8 total)
  • Wolfs bRain

    (@wolfs-brain)

    It only shows if you are the admin of the site, I wouldn’t worry about it, but if you still want to take it off, heres the code.

    #wpadminbar{
        display:none;
    }

    If you want to see how it looks to everyone else, you can either logout of wordpress and view the site or open the site in another browser you’re not logged into.

    If you have anymore questions, just shout!

    stephencottontail

    (@stephencottontail)

    That’s the toolbar. You can remove it by going to your Dashboard, clicking on Users > Your Profile, and de-selecting the checkbox that says “Show Toolbar when visiting site”. Be aware that once you do this, you can only return to your Dashboard by either selecting “Site Admin” in the Meta widget, or going to https://<your_site>/wp-admin/.

    Thread Starter AnirudhS

    (@anirudhs-1)

    Thanks ?? , You can see Home | Site Admin | Login i want Home | Site Admin | Login | Register (direct) , which file should i edit?

    Wolfs bRain

    (@wolfs-brain)

    If I understand what you are saying, you should go to dashboard > appearance > menus. There you can create a custom menu, decide where its located and add any menu items you want in any order, without any code. Let me know if you figure it out.

    Web Guru

    (@laraib110)

    simply go to dashboard and untick “show toolbar visiting site” it will do the rest for you …

    Thread Starter AnirudhS

    (@anirudhs-1)

    Talking about this

    View post on imgur.com

    Wolfs bRain

    (@wolfs-brain)

    That looks to me like a “header” menu. You will have to make a new menu the way I described and assign it to the “header” position.

    stephencottontail

    (@stephencottontail)

    It’s actually a hardcoded menu; the theme calls wp_register() in the header. Go to your Dashboard, navigate to Settings > General, and make sure that the checkbox called “Anyone can register” is checked. wp_register() won’t generate the “Register” link if that box is unchecked.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘how to remove’ is closed to new replies.