Documentation

Changing Login Redirects

Last updated on

Note: All code examples on this site are provided for developer reference/guidance only and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due to changes in our plugins.

When clicking ‘login’ links in both Job and Resume Manager, they will default to the WordPress login page (because that is the only login page these plugins know about!). If you want to send the user to a custom login page instead, you can use a small snippet in your theme functions.php file.

Catch All

This snippet will redirect all login links to the specified page (just replace /login-page/ on line 3 with the slug of your custom login page):

If you want different pages to redirect to different login pages, then you can use the snippets below instead:

Job Manager

Submit Job Page

Job Dashboard

Resume Manager

Submit Resume Page

Candidate Dashboard

Job Manager Alerts

Job Manager Bookmarks