I’ve spent quite a bit of time trying to research this but it’s driving me bananas, so I thought I’d try here!
On the Community Events > Add Your Event page (http://wpshindig.com/events/community/add as in the demo), there are all the right fields for logging in and to register. However, there’s no link for someone who forgot their password. I know there’s an easy link(wp-login.php?action=lostpassword) but I cannot for the life of me figure out where to add this.
Could you point me in the right direction?
I’ve tried 3 plugins, searched through code…. please help!
The login form on the events page uses the “wp_login_form()” function built into WordPress. I did some testing and found that we can output the lost password link to the form using the following snippet.
I apologize for not being more specific with my previous response. It’s easy to take some of that information for granted sometimes.
You can add that snippet within your theme’s “functions.php”. You don’t need to add the opening “<?php” from the snippet but you do need to ensure that the snippet is placed just after the opening “<?php ” tag of the file or just before the closing “?>”.