Title: Remove WP Admin Bar for user
Last modified: October 18, 2024

---

# Remove WP Admin Bar for user

 *  Resolved [Houdini](https://wordpress.org/support/users/romariokg/)
 * (@romariokg)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/remove-admin-bar-for-user/)
 * Hello, how can I remove the WordPress Admin bar at the top of the site for registered
   users?
    -  This topic was modified 1 year, 7 months ago by [Houdini](https://wordpress.org/support/users/romariokg/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/remove-admin-bar-for-user/#post-18084793)
 * Hi,
   You can do it in different way. It’s not related with this plugin. Few theme
   have settings to do it. You can also do it by using third party plugin or doing
   some css in customizer.
 * Thank you
 *  Thread Starter [Houdini](https://wordpress.org/support/users/romariokg/)
 * (@romariokg)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/remove-admin-bar-for-user/#post-18086078)
 * I’m using your premium Clcar theme, it doesn’t have the “Remove Admin Panel” 
   option like the free CLClassified theme. How can I add this feature? Users should
   not see the admin bar.
 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/remove-admin-bar-for-user/#post-18087322)
 * Hi,
   Please, create ticket from our site for theme related features. Support team
   will help you in this regard.
 * Thank you
 *  Thread Starter [Houdini](https://wordpress.org/support/users/romariokg/)
 * (@romariokg)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/remove-admin-bar-for-user/#post-18152196)
 * Support response. Might be useful to someone:
 * added this code to the bottom of the child theme function.php file:
 * `// Hide admin bar for subscribers
   function hide_admin_bar_for_subscribers() {
   if (current_user_can('subscriber')) {        show_admin_bar(false);    }}add_action('
   after_setup_theme', 'hide_admin_bar_for_subscribers');
    -  This reply was modified 1 year, 6 months ago by [Houdini](https://wordpress.org/support/users/romariokg/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove WP Admin Bar for user’ is closed to new replies.

 * ![](https://ps.w.org/classified-listing/assets/icon-256x256.gif?rev=3004059)
 * [Classified Listing – AI-Powered Classified ads & Business Directory Plugin](https://wordpress.org/plugins/classified-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/classified-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/classified-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/classified-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/classified-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/classified-listing/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Houdini](https://wordpress.org/support/users/romariokg/)
 * Last activity: [1 year, 6 months ago](https://wordpress.org/support/topic/remove-admin-bar-for-user/#post-18152196)
 * Status: resolved