开发者 | PickPlugins |
---|---|
更新时间 | 2023年5月21日 18:14 |
捐献地址: | 去捐款 |
PHP版本: | 4.1 及以上 |
WordPress版本: | 6.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[job_bm_archive]
you can display job list by filtering query arguments via filter hook, this can help you to build external search form to apply form data to filter jobs. you can also remove existing job list elements and add your own elements via action hook.
[job_bm_archive]
Advance Dashboard
This plugin has account dashboard is based on tabs and content, you can display any where via shortcode [job_bm_dashboard]
, tabs can be added via filter hooks and tab content can be displayed via action hook based on each tab. you can display custom code or HTML via action hook.
[job_bm_dashboard]
Job Submit form
you can display job submit form via shortcode [job_submit_form]
anywhere, you can add custom input fields via action hook and validated form data and sanitize before saving on database, and you can also display custom error message before submit form data. you can also remove existing input field by remove_action
hook.
[job_bm_job_submit]
Job Edit form
Allow, user to edit their own job after publish the job, you can display job edit form any where via shortcode [job_bm_job_edit]
you can add custom input fields via action hook and validated form data and sanitize before saving on database, and you can also display custom error message before submit form data.
[job_bm_job_edit]
Custom Registration Form
You can add custom input fields under registration forms and validated data and save under user meta field. you can also remove existing input field by remove_action
hook. there is default registration form under dahsboard for no looged-in user, also you can display registration form via shrotcode to anywhere, you can use following shortcode to display user registration form
[job_bm_registration_form]
Job categories
Display job categories in grid view with thumbnail, title and job count. you can display popular job categories in this grid view.
[job_bm_job_categories]
Application
User can apply for the jobs, job poster can see application from dashboard, can give star ratings, make trash, hire applicant, and communicate via email, application also display resume or attachment if available.
Application Methods
You can display multiple application method for each jobs, You can also add custom application methods via filter and action hooks.
Job Expiry
This one is must have feature for job board plugin, so we included plugin itself, you can check if any job passed certain days and marked as them as expired, you can also trash or draft them so people will not able to see or access.
Notification Mail
There is 11 ready notification email templates added plugin itself, each action has different notification email, you can also add custom email notification and templates by action and filter hook.
Translation
Please contribute here https://translate.wordpress.org/projects/wp-plugins/job-board-manager/
Please go "Settings > Permalink Settings" and save again to reset permalink.