I recently started a WordPress blog, and now I get an ajax-loaded toolbar showing up at the top of tonnes of pages. It’s all links to my WordPress accounts and blogs and stuff. It’s fine that it shows up when I’m on WordPress or working with my blog, but I see it now on all sites that (I’m presuming) are built on WordPress.com). i.e. failblog.org.
Is there any way to turn off this toolbar?
Add the following code to your user stylesheet:
This will shrink down the toolbar to a 2px line. You may use
display:none
to remove it completely, but then it will not be accessible when you need it.There is no way to turn off that admin bar.
Sites like “failblog.org” are actually wordpress.com blogs, so the bar will show up everytime you are logged in to your wordpress.com blog.
There are two (2) ways to get rid of the toolbar that I can think of:
(source: mikeschinkel.com)