[wpjb_login]
Displays login form. By default WPJB will display login form every time unauthorized user tries to access page which requires active account, however if you would like to have additional static page when login form is displayed you can use this shortocde.
On success this form will redirect Employer to Employer Panel and Candidate to Candidate Panel.
Available Parameters
- links
this parameter allows to display links next to Login button, currently it recognizes two values “employer_reg” and “candidate_reg”, you can use one or both of this values separated by coma (see second example).
Usage Examples
Default usage
[wpjb_login]
Display Login form with Employer and Candidate registration links
[wpjb_login links="employer_reg,candidate_reg"]
Code Snippets
While the shortcode itself does not accept any parameters you can customize the login form using wpjb_shortcode_login filter.