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 sajtaOdštiklirajte  Show Admin Bar When Viewing Site.Kliknite na Update Profile dugmeAko ste WordPress developer (da ne kažem programer) otvorite functions.php u folderu vaše teme i dodajteadd_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 WordPressUncheck the box which says Show Admin Bar When Viewing Site.Click Update Profile buttonIf you are developer, then add this code into theme functions file (functions.php)add_filter( ‘show_admin_bar’, ‘__return_false’ );

Continue reading →