Split sign-up and blog creation in registration
-
I’m working on the registration process in a custom theme for versions 1.1.3 and 2.8.6.
Registration.php has sign-up and blog creation on the same page. I would like to have only sign-up on the registration form and then provide a link to a separate blog creation page after log in.
The most obvious way would be to add a createblog.php to the /registration/ template folder and just move that part of the code from register.php there. Would that work?
How can I make mybuddysite.com/createblog pull up that createblog.php template file?
- The topic ‘Split sign-up and blog creation in registration’ is closed to new replies.