Skip to main content
BlogCodeWordpress

How to remove the Frontend WordPress Admin Bar

By January 13, 2012No Comments

Working on some WordPress projects lately, I find it very annoying to see the Admin Bar on top of the front end of the sites. Fortunately I saw a blog post from a colleague of mine and finally got it removed from the display. By adding the code below in your wordpress template’s functions.php, it will disable the Frontend WordPress Admin Bar.

[php toolbar=”false”]show_admin_bar(false);[/php]

I hope you will find this information useful. You can read more useful information at WebGeekCebu.

Leave a Reply