• We have inherited this page from a 3rd party – the issue we have is the wordpress logo and log in link in the top left.

    I can’t find how to remove them – does anyone know where I can look?

    Thanks

    Mark@CSUK

    • This topic was modified 3 years, 9 months ago by csuk.
Viewing 2 replies - 1 through 2 (of 2 total)
  • @csuk There is likely some code in your theme or in a plugin that is making it show logged out. I’d recommend opening the functions.php file in the theme and see if add_filter( 'show_admin_bar', '__return_true' ); is anywhere in the file.

    If you don’t see it, try adding add_filter( 'show_admin_bar', '__return_false', 9999 ); to the theme functions.php file. This should disable the admin bar when people are logged out.

    I hope that helps.

    Thread Starter csuk

    (@csuk)

    thank you! I’ll give it a look.

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

The topic ‘WordPress Log In link on homepage’ is closed to new replies.