Skip to content

Shortcodes

There are multiple shortcodes in both core plugin and pro addon.

1. Job List [comfortjob_job_archive] Shortcode(Core)

Where to use: You can add this shortcode to any page to show job list, useful when you want it for specific post.

param namedefault valuepossible values
searchAny text you want to search.
orderbyidid,title
orderDESCASC, DESC
limit10any numeric value
page1any numeric value
companyAll possible company name
typeAll possible job type
is_filled1 = filled, 0 = not filled
feature1 = feature, 0 = not featured
remote1 = remote, 0 = on site
min_salaryany float value
max_salaryany float value

2. Job Details [comfortjob_job_details] Shortcode(Core)

Where to use: You can add this shortcode to any page to show a specific job details, useful when you want it for specific post.

param namedefault valuepossible Value
id0All possible job ID.

3. Frontend Job Manager [comfortjob_job_manager] Shortcode(Core)

Where to use: You can add this shortcode to manage jobs from frontend.

Shortcode can be added in theme directly following this below code snippet

https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9

4. Employer Dashboard [comfortjob_employer_dashboard] Shortcode(Core)

Where to use: You can add this shortcode to manage jobs from frontend.

param namedefault valuepossible Value
componentsNULLemployer_jobs, employer_applications, employer_application_forms
init_menuNULLany one of the components mentioned earlier

Shortcode can be added in theme directly following this below code snippet

https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9

5. Candidate Dashboard [comfortjob_candidate_dashboard] Shortcode(Core)

Where to use: You can add this shortcode to manage jobs from frontend.

param namedefault valuepossible Value
componentsNULLcandidate_resumes,candidate_applications
init_menuNULLany one of the components mentioned earlier

Shortcode can be added in theme directly following this below code snippet

https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9

6. Frontend Job Dashboard [comfortjob_job_dashboard] Shortcode(Core)

Where to use: You can add this shortcode to see job statistics in frontend.

Shortcode can be added in theme directly following this below code snippet

https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9

7. Company List [comfortjob_company_archive] Shortcode(Pro)

Where to use: You can add this shortcode to any page to show company list, useful when you want it for specific post.

param namedefault valuepossible values
searchAny text you want to search.
orderbyidid,title
orderDESCASC, DESC
limit10any numeric value
page1any numeric value
typeAll possible company type
feature1 = feature, 0 = not featured

8. Company Details [comfortjob_company_details] Shortcode(Pro)

Where to use: You can add this shortcode to any page to show a specific job details, useful when you want it for specific post.

param namedefault valuepossible Value
id0All possible job ID.

9. Frontend Company Manager [comfortjob_company_manager] Shortcode(Pro)

Where to use: You can add this shortcode to manage company from frontend.

Shortcode can be added in theme directly following this below code snippet

https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9

Released under the MIT License.