Pandabb
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Redirect Login URL- Apply for JobHi Rimoreno,
I ended up not using that filter. Sorry!
Good luck 😉Forum: Plugins
In reply to: [WP Job Manager] Redirect Login URL- Apply for JobI’m afraid to mess with the code, because last time I did so I broke my website
Forum: Plugins
In reply to: [WP Job Manager] Redirect Login URL- Apply for JobSo if I add the following code to my functions.php, will it redirect the Log in URL to my custom front-end log in page?
add_filter( ‘job_manager_job_applications_login_required_message’, ‘custom_job_manager_job_applications_login_required_message’ );
function custom_job_manager_job_applications_login_required_message_login_url() {
return ‘http://someurl.com’;
}Forum: Plugins
In reply to: [WP Job Manager] Redirect Login URL- Apply for JobHi Adam,
If a user wants to apply for a job, submit a job or resume or visit the “bookmarks” or “alerts” pages, there is a possibility to ask them to sign up and log in to the website first. Those “sign up” buttons redirect the user to the regular domain.com/wp-admin sign up. I actually want those URLs to redirect to the front-end sign up.
You explain very clearly how to do this here: https://wpjobmanager.com/document/changing-login-redirects/
However, if a user clicks on a job listing and then clicks on the “apply for job” button at the bottom, this URL still redirects to domain.com/wp-admin. Could you please give me the “add filter” code for this button?
I hope you can help! 🙂