Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WordPress 3.1


aces
Participant

@aces

`
/* Disable the WP 3.1 Admin Bar. ( http://yoast.com/disable-wp-admin-bar/ ) */
add_filter( ‘show_admin_bar’, ‘__return_false’ );
`
in functions.php

Skip to toolbar