Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,274
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,924
- Showcase
- 3,252
-
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.