Tagged Questions
0
votes
0answers
6 views
Multiple User Accounts with 1 email address on Multisite
I recently found the following post dealing with overriding the error messages when trying to create another account on a multisite blog, when that email address already exists in the network.
My ...
1
vote
0answers
53 views
Users are being redirected to main site when trying to register on subsite of my Multisite network
I want to allow my clients on my network to have visitors register on their site. Currently, there is no link or button to allow visitors to access the signup page. This looks like default ...
8
votes
3answers
456 views
Allow user to select a theme to install when they signup
Is it possible to allow a user to select which theme they would like installed from the new site signup page? And once the site is created, it obviously installs whichever theme they chose.
I found ...
0
votes
2answers
257 views
Need to manually regsiter user, send the password and retreive their user ID
I'm writing a custom signup script for users to register with on my MU-setup.
One problem I'm having is that wpmu_signup_user() sends the password activation email but it doesn't return the user ID ...
3
votes
1answer
2k views
How to make wp-signup.php a 1-step process [closed]
I'm developing a multisite for Real Estate agents. Wp-signup.php used the wrong page template from my theme (homepage instead of full width page template), so I took the meat and potatoes from ...