[job_post_field]
The [job_post_field] shortcode outputs a single field value from the current job post. This is primarily used on individual job post pages.
[job_post_field name="title"]Parameters
Section titled “Parameters”| Parameter | Description | Required |
|---|---|---|
name | The field name to display | Yes |
Examples
Section titled “Examples”Display the job title
Section titled “Display the job title”<h1>[job_post_field name="title"]</h1>Display the job description
Section titled “Display the job description”[job_post_field name="body"]Display workplace and deadline
Section titled “Display workplace and deadline”<p>Location: [job_post_field name="workplace"]</p><p>Deadline: [job_post_field name="deadline"]</p>Build a complete job page with shortcodes
Section titled “Build a complete job page with shortcodes”<h1>[job_post_field name="name"]</h1>
<div class="job-meta"> <span>[job_post_field name="workplace"]</span> <span>[job_post_field name="type"]</span> <span>[job_post_field name="deadline"]</span></div>
[job_post_field name="body"]
<a href="[job_post_field name="apply"]">Apply Now</a>
[job_post_contacts][job_post_map]Available Fields
Section titled “Available Fields”See the full list of Available Fields for all field names you can use.