Viewing 1 replies (of 1 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    You mean the admin bar? Which you can only see when logged in BTW ??

    1) Try disabling it.

    You can add this to your functions.php

    /* Disable the Admin Bar. */
    add_filter( 'show_admin_bar', '__return_false' );

    2) make sure you have a call to wp_footer() in your theme’s footer

Viewing 1 replies (of 1 total)
  • The topic ‘Updated page on site and now have header problem’ is closed to new replies.