Tag archive for 3.1

Kako ukloniti WordPress 3.1 admin bar sa vrha vašeg sajta

Idite u  User Profile u administratorskom delu vašeg WordPress sajta Odštiklirajte  Show Admin Bar When Viewing Site. Kliknite na Update Profile dugme Ako ste WordPress developer (da ne kažem programer) otvorite functions.php u folderu vaše teme i dodajte add_filter( ‘show_admin_bar’, ‘__return_false’ );

Continue reading →

How to disable the WordPress 3.1 Admin Bar

Go to your User Profile in Admin section of your WordPress Uncheck the box which says Show Admin Bar When Viewing Site. Click Update Profile button If you are developer, then add this code into theme functions file (functions.php) add_filter( ‘show_admin_bar’, ‘__return_false’ );

Continue reading →