Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,617
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,257
-
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.