WordPress admin bar appearing for non logged in users

Posted in: Newspaper
Post count: 1

Hello,

I installed the theme couple of days ago and started building it. Now WP admin bar is appearing above the top menu and I dont know why..

I did not code anything and i cleared system cache but still it does the same.

http://165.f04.myftpupload.com/

Please look at it.

Post count: 1291

Hi,

Add the following code in functions.php : – http://screencast.com/t/SiAPKYmkNF

add_filter( 'show_admin_bar', '__return_false' );

Thank you, Emil G.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.