• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Disable WordPress administrator bar under 3.1 for all users

By Abhishek Ghosh March 8, 2011 5:28 am Updated on March 8, 2011

Disable WordPress administrator bar under 3.1 for all users

Advertisement

The 3.1 version of WordPress adds an administrator bar directly on the front end of your site. Although it can be disabled for each account, this tip will teach you how to delete it directly from functions.php.Disable WordPress administrator bar under 3.1 for all users

 

Go to the menu, then Appearance and then to Editor. In the right sided list, click the functions.php file.

However, we advise you to backup through an FTP client to easily make a copy of the file. You might get a blank page after saving as a result of the placement error code snippet:

Advertisement

---

 

 

function my_function_admin_bar () {
return false;
}
add_filter (˜show_admin_bar™, ˜my_function_admin_bar™);

 

Update: Many thanks to David of digitalraindrops for correcting the snippet.

 

So, just add these lines to the file – typically after a PHP function.

Otherwise, do not forget to frame tags <?php and ?> .

Remember to Update the file.

Go back to your site and verify that the administrator bar has disappeared. Also try a different user account to see the actual change.

 

The admin bar introduced since version 3.1 of WordPress may yet prove useful to the novice user but useless in some cases specific use of the platform.

Signature

This Article Has Been Shared 476 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Disable WordPress administrator bar under 3.1 for all users

  • Create a custom login page in WordPress

    This tutorial will show you how to set up a custom login page in WordPress. No special knowledge required.

  • Show the ID of your articles in a new column

    This snippet allows you to add a new column in the overview page of your blog articles to show the ID of your articles.

  • KML Google Maps WordPress Plugins and Manual Ways to Insert

    KML Google Maps WordPress Plugins are easy way to integrate KML Google Maps in WordPress blog and also we have added the manual ways to Insert using PHP script.

  • How to Make a Blog Successful

    How to Make a Blog Successful depends on three variables – Plan, Execution of Plan and Energy to execute the plan. It is the plan that makes a Blog Successful.

  • RSS to PDF File : 4 Ways to Get RSS Converted to PDF

    RSS to PDF File is not a new concept. Many peoples wrote about to convert RSS Feed to PDF File before. But the problem is the services are not constant.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Comments

  1. AvatarDigital Raindrops says

    April 13, 2011 at 8:50 pm

    Hi Abhishek,

    Have the function the wrong way around, the word function should come before the function name fatal error:

    Switch it round and it works fine:

    function my_function_admin_bar () {
    return false;
    }
    add_filter (‘show_admin_bar’, ‘my_function_admin_bar’);

    David

  2. AbhishekAbhishek says

    April 13, 2011 at 9:01 pm

    Thank you very much David for the correction.
    Its corrected now!

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (22.1K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Why Data Management is so Important in a Business July 6, 2022
  • Application Modernization : Cloud Can Take Your Applications to the Next Level July 5, 2022
  • Ways To Make Sure Your Online Course Outshine Others July 3, 2022
  • Will Smart Factories Become the New Assembly Line? July 2, 2022
  • The Cost of Doing Business as a Handyman July 1, 2022

About This Article

Cite this article as: Abhishek Ghosh, "Disable WordPress administrator bar under 3.1 for all users," in The Customize Windows, March 8, 2011, July 7, 2022, https://thecustomizewindows.com/2011/03/disable-wordpress-administrator-bar-under-3-1-for-all-users/.

Source:The Customize Windows, JiMA.in

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Privacy Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2022 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy