admin管理员组

文章数量:1321445

I want to Implement custom user registration process in my wordpress theme. Can anyone please explain me the complete process for user registration.

Note: I don't want to use default register action of wordpress. I know that we can register users through url:

.php?action=register

I want to design my own user registration form. So kindly do not suggest any plugin or gravity forms or any other third party software/plugin.

I want to Implement custom user registration process in my wordpress theme. Can anyone please explain me the complete process for user registration.

Note: I don't want to use default register action of wordpress. I know that we can register users through url:

http://site-name/wp-login.php?action=register

I want to design my own user registration form. So kindly do not suggest any plugin or gravity forms or any other third party software/plugin.

Share Improve this question edited Jul 16, 2012 at 12:49 kaiser 50.9k27 gold badges150 silver badges245 bronze badges asked Jul 16, 2012 at 5:11 user17108user17108 1811 silver badge4 bronze badges 1
  • This tutorial worked well for me. code.tutsplus/series/… – Phil Rushworth Commented Jun 30, 2017 at 13:12
Add a comment  | 

1 Answer 1

Reset to default 2

You can create and page and assign template to that page. Some Demo of registration url i am sending.

http://www.cozmoslabs/1012-wordpress-user-registration-template-and-custom-user-profile-fields/

http://www.tutorialstag/create-custom-wordpress-registration-page.html

本文标签: Custom user registration