Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    This link is only a fallback for when the admin toolbar isn’t shown. I won’t be moving it to the top of the page because there isn’t a reliable hook that can be used.

    Note that there’s also a Switch Back link on the login screen.

    Thread Starter jmill23

    (@jmill23)

    Thanks. Could this not be done with css positioning?

    When you say login screen do you mean wp-login?

    Thread Starter jmill23

    (@jmill23)

    I’ve added the following to my theme’s custom.css:

    #user_switching_switch_on{
    	position:absolute;
    	top: 0px;
    }

    This now works – and put the link at the top left!

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

The topic ‘Switch back link to top’ is closed to new replies.