Login Form missing – FIXED
-
After reading the full plugin details about the changes after updats 7.0+ I was using pages within WordPress to show the forms, if I place the shortcode within my wordpress page INSTEAD of the template inself – it seems to work. With abit of css – like brand new.
~~~~~
Original Question –
I’ve been using theme-my-login to customise login pages for our clients for years, but the lastest updates have caused the biggest plan. The login forms are literally missing.
We are using this code to include them into page-login.php –
<?php
theme_my_login(
array(
‘login_template’ => ‘login-form.php’,
‘show_title’ => false
)
);
?>When I change this to the shortcode method – it does the exact same thing.
Any ideas on what’s going on/how to make this form appear again would be much appreciated.
The topic ‘Login Form missing – FIXED’ is closed to new replies.