Forum breadcrumbs – You are here:Asgaros Support ForumSupportRemoving admin bar
Please or Register to create posts and topics.

Removing admin bar

How to remove the admin bar in front end after login. but still  like to provide options like change password, edit account bio etc

Hello @sureyea

You can disable the black WordPress admin-bar by adding the following code to your themes functions.php file:

/* Disable WordPress Admin Bar for all users. */
show_admin_bar(false);

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!