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.
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/.
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.
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.