Great plugin but how can I prevent it from forcing focus to the first field (which blanks out an initial value).
Thanks.
Great plugin but how can I prevent it from forcing focus to the first field (which blanks out an initial value).
Thanks.
Create/edit /wp-content/plugins/theme-my-login-custom.php and add the following to it:
remove_action( 'wp_print_footer_scripts', array( &$GLOBALS['theme_my_login'], 'print_footer_scripts' ) );
Putting it in your functions.php also works.
You brought up a 7-month-old thread to say that?
I recommend putting it in the file I mentioned for two reasons:
You must log in to post.