• When users login with wrong password, it doesn’t show any error message. There’s already the following in the template.
    <?php $template->the_action_template_message( ‘login’ ); ?>
    <?php $template->the_errors(); ?>
    How can we make it to show?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Not showing error message when login’ is closed to new replies.