Custom Login Form
-
BACKGROUND: I’m trying to create a custom login form that uses wp-login.php – see code snippet below.
PROBLEM: When user enters incorrect login details, the page gets redircted to the original wp login form page, which displays an error message. Anyway of preventing the redirection, and getting the error message to display in current page?
I’m guessing people might suggest I have to hack wp-login.php, which i don’t want to do or I might have to make a new login form that doesn’t use wp-login.php ??
<!—Code Snippet—>
<form action=”<?php echo get_option(‘home’); ?>/wp-login.php” method=”post”>
</form>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom Login Form’ is closed to new replies.