tags:

views:

40

answers:

2

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?

+1  A: 

This post will point you in the right direction.

Pat
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
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
A: 

You need to write it by yourself.

See function reference for more info. Especially wp_signon and wp_create_user functions.

antyrat
Thank you... I will look into this :)
Dijo David