The wp-signup tag has no wiki summary.
1
vote
0answers
444 views
wp-signup.php redirected to register.php
I have worpdress 3.4 multisite subdirectory set-up. (eg: example.com\username)
I also have a buddypress installation installed as a secondary blog.(eg: example.com/community)
...
0
votes
1answer
520 views
How to customize the wp-signup.php for a multisite network?
I googled about customizing wp-signup.php but found no luck. Here's what I need:
User will register.
During registration process, user will pay first (like paypal or credit card).
Create subdomain ...
0
votes
1answer
53 views
Without using wordpress cms Is it possible to signup from my html page
Is there any method to signup to wordpress site from my html page.
So that the registered user details must fairly added to database table.
I mean the action must be similar to the process how we ...
0
votes
2answers
825 views
wp-signup.php example template
I'm looking for an example wp-signup.php template for which to work with. I've done a search in Google but nothing from the past year comes up. :/
I've tried:
template-dir/registration/activity.php
...
0
votes
1answer
75 views
Change WP-LOGIN and WP-SIGNUP for any request
I want to rename wp-login.php and wp-signup.php for any request
I tried this
RewriteRule ^login$ /wp-login.php [L]
RewriteRule ^signup$ /wp-signup.php [L]
but when someone insert a wrong password ...
0
votes
1answer
108 views
How to bypass the username as a required field in registration and just use email address instead?
Is there a clean way of doing so? I would prefer doing that in functions.php using some action and/ or filter hooks. The 2nd-best option would be using some good plugin out there. (I haven't seen 1 ...