• Hi, I want to get rid of the wordpress header bar which appears on top of my website. I have built my website on top of a theme(Explicit for reviews) I purchased.
    How to go about it? Thanks in advance..

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just to clarify, the admin bar only shows up if you’re logged in. Visitors to your site who don’t have a user account will not see the admin bar. That being the case, I personally never go through the trouble of removing it (I also find it quite helpful).

    If you still want to remove it, probably the easiest solution is to add the following line to functions.php:

    show_admin_bar(false);
    Moderator bcworkz

    (@bcworkz)

    There’s also a per user setting for admin bar visibility that can be selected on the Edit User admin screen. The setting is in user meta if one wanted to manipulate the setting by code.

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

The topic ‘wpadminbar (WordPress Header Bar on Top)’ is closed to new replies.