How to create custom login and register page in wordpress? I want to show the login and register page in the current template itself. Is there anyway to show these pages in the content area of the site?
Thanks for your reply. But I m looking for a custom login page that will override the current wordpress login page. I want to create it as a page in wordpress so that it will show up in the content area.Thanks
Dijo David
2010-07-20 04:31:56
Is this more what you had in mind? http://wordpress.org/extend/plugins/ajax-login-widget/ It creates a login widget that you can integrate in your theme, rather than having the login form on a separate page.
Pat
2010-07-20 10:09:06
A:
You need to write it by yourself.
See function reference for more info. Especially wp_signon and wp_create_user functions.
antyrat
2010-07-19 15:39:38