Both login and register forms in same page
-
Hello Jeff, thank you for your work. I’m doing some tests to implement
your plugin in our website. I’ve a problem, i want to show login and register forms in the same pageSo i created a custom template page-login-and-register.php, assigned to pages and put
<div class="column first"> <?php echo do_shortcode('[theme-my-login default_action="login" login_template="login-form.php"]'); ?> </div> <div class="column second opacity"> <?php echo do_shortcode('[theme-my-login default_action="register" register_template="register-form.php"]'); ?> </div>if i go to /login all seems ok
if i go to /regiter page the plugin show me 2 register forms
can you help me? i look into the forum but can’t found the solution
thanks
AM
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Both login and register forms in same page’ is closed to new replies.