If you don’t like the admin bar sitting on top of your wordpress blog, all you have to do is open functions.php and put this line


show_admin_bar(false);

Thats it! Your admin bar on the top of the blog will disappear.