1. Wordpress 3.1: Remove Admin Bar

    99% of my clients are using Wordpress software to manage the content of their website.  I am currently finishing up a new website and since I’ve started, Wordpress has had two releases which have set me back a bit.  I decided to add the new 3.1 version to my newest theme and the admin toolbar appears at the top of the site.  It can be quite annoying so here are a few tips to remove it.

    You can just go into your “User” area and disable it for each user.

    You can also add the following to your functions.php page:

    remove_action('init', 'wp_admin_bar_init');

    This option works best if you have multiple users for your blog.

    That’s it!

    1 year ago  /  0 notes