Viewing 1 replies (of 1 total)
  • There are several ways to do it.

    1. Install a plugin to hide the admin bar (just search for it in the “Add New Plugin” section in the WP admin panel)
    2. Add the following code to your functions.php:
      add_filter( 'show_admin_bar', '__return_false' );
Viewing 1 replies (of 1 total)
  • The topic ‘Edit status bar’ is closed to new replies.