Forums
-
- Forum
- Posts
-
- Installation
- 28,537
- Troubleshooting
- 62,801
- Themes
- 10,444
- Plugins
- 15,389
- Requests & Feedback
- 14,986
- Showcase
- 3,258
-
If you want people to stay logged in after the end of the session, just add the following within the form element in the login-form.php template file:
<input name="remember" type="hidden" value="1" />
Just make sure it’s before the closing </form> tag.