Hello,
I have a template installed and do not want people to see the wordpress toolbar at the top of the page, only for the admins. How can I remove this toolbar for all my users please?
Thank you,
BamBam
Hello,
I have a template installed and do not want people to see the wordpress toolbar at the top of the page, only for the admins. How can I remove this toolbar for all my users please?
Thank you,
BamBam
Clean Admin Bar Removal plugin should do the trick.
Nice! Thank you,
Ben
to remove it without plugin and for all user fontend/backend insert in your function.php
add_filter( 'show_admin_bar', '__return_false' );
You must log in to post.