Need to login to WordPress?

Even better, are you looking at the page you want to edit, but aren’t logged in right now? It can be such a time waste to go to example.com/wp-login.php, log in, then navigate back to the page you want to edit.

Here’s a little bookmarklet that will take you from the page you’re looking at to the login, and redirect you back to your page after logging in! Just drag it up to your bookmark bar.

WP Login

 

For the nerds who want to quick edit this to make it even more awesome, here’s the javascript code:
javascript:location.href=location.origin+'/wp-login.php?redirect_to='+encodeURIComponent(location.href)+'&reauth=1';