http://redrokk.com/wordpress/wp-content/uploads/2012/07/blank_wordpress_login_form1.png
I want to add a custom link before the ‘Lost your password?’ link. I’m currently using a function that has some css to style my wordpress login page(I don’t have a separate page for the login page). Any thoughts on how to do this?
Well, you can add link after lost your password, but I don’t think you can add link before lost your password link unless you design your own login page.
Source (Code Bing)
There are few login form hooks which could be useful to you:
You can find more information about them in the Codex: Customizing_the_Login_Form#Login_Hooks
Use the
clean url
filter to add the new link in an evil way.