Tagged Questions
0
votes
0answers
123 views
Custom Front End Register Form Auto Login and Redirect
I have a custom front end registration form that I am using and everything is working fine except I have been trying to get it to automatically log the user in and redirect them to a specific page. I ...
0
votes
1answer
663 views
Making the wordpress login form a jQuery dropdown
I'm using a plugin called sidebar-login to display a wordpress login form (it uses wp_login_form) in my sidebar. However, I feel like it the actual form (textboxes and labels) take up too much space ...
1
vote
1answer
368 views
Is there any good tutorial to write custom login, registration and password recovery forms?
I like to have login and password recovery managed by my own forms and embed them into my theme.
I'm using the well written Jeff Farthing's plugin "Theme My Login" on some of my projects. But I would ...
3
votes
2answers
171 views
My login form does not work
I have the following code that generates a login form for every page in my blog.
<form action="<?php echo wp_login_url(); ?>" method="post">
username: <br />
<input name="log" ...
1
vote
1answer
581 views
How to modify the action attribute of the wp-login.php?action=register form?
I'm trying to create a reference registration system in Wordpress. The idea is that the user will click a link which will contain wp-login.php?action=register&ref=12345
I'm hooking into the ...
5
votes
2answers
142 views
Is it possible to sign in with user_email in Wordpress?
is it possible to sign in with user_email instead of user_login, please ?
Thanks.
0
votes
2answers
1k views
easy steps to make front end form without plugin
i don't know this topic might covered else where. but i am trying to find step by step simply tutorial. to make a plugin where i can add a new page to site. and in that page i put some form. and only ...
1
vote
1answer
372 views
How can i add validation to this login form with out it redirecting to the wp-login.php page
Im using the code as posted on the website below, to create a hard coded login form.
http://www.wprecipes.com/add-a-login-form-on-your-wordpress-theme
What would be the best way of incorperating some ...
1
vote
2answers
6k views
Check for correct username on custom login form
I have used Jeff Star's tutorial for creating my own custom login form http://digwp.com/2010/12/login-register-password-code/. It works great, but I have one problem. On the reset password form, if ...
0
votes
2answers
593 views
Redirecting after login?
I'm using the following to let the user login:
<form name='loginform' id='loginform' action='<?php echo get_settings('siteurl')?>/wp-login.php' method='post'>
...
0
votes
1answer
316 views
Sidebar login widget with error print, returns an error
i'm building a widget to login from the sidebar and print errors if any,
so everything is working fine except that when i login it returns an error:
Warning: Cannot modify header information - headers ...