This is a complete reference of all fields available on each job post. Use these field names with get_jobpost(), the_jobpost(), [job_post_field], or {{ field }} template placeholders.
| Field | Description |
|---|
name | Job post name |
title | Job title |
numberOfPositions | Number of positions |
accession | Accession / start date |
salary | Salary |
sector | Sector (translated) |
type | Employment type — full-time, part-time, etc. (translated) |
deadline | Application deadline |
body | Job description — full HTML content (cleaned) |
logo | URL to job post logo |
excerpt | Auto-generated excerpt (~200 characters) |
permalink | Link to the job page (internal or RecMan) |
apply | Direct link to the application form in RecMan |
similarJobs | Array of up to 3 similar job post IDs |
isExpired | Whether the job post has expired |
| Field | Description |
|---|
companyName | Company name |
workplace | Workplace name |
companyDescription | Company description |
website | Company website URL |
facebook | Facebook page URL (normalized to HTTPS) |
linkedIn | LinkedIn page URL (normalized to HTTPS) |
twitter | Twitter handle or URL |
instagram | Instagram URL |
The contacts field contains an array of contact person objects. Access with the nested object loop.
| Field | Description |
|---|
contacts | Array of contact person objects |
Use with get_jobpost_object() and the_jobpost_object():
| Field | Description |
|---|
userId | User ID in RecMan |
name | Full name (firstName + lastName) |
firstName | First name |
lastName | Last name |
title | Job title |
email | Email address |
mobilePhone | Mobile phone number |
officePhone | Office phone number |
linkedin | LinkedIn profile URL |
image | Profile image URL |
| Field | Description |
|---|
address1 | Address line 1 |
address2 | Address line 2 |
postalCode | Postal code |
city | City |
country | Country |
countryId | Work location country ID |
regionId | Work location region ID |
cityId | Work location city ID |
location_city | Work location city (text) |
location_region | Work location region (text) |
location_country | Work location country (text) |
| Field | Description |
|---|
branchCategoryId | Branch category ID |
branchCategory | Branch category (text) |
branchId | Branch ID |
branch | Branch (text) |
secondaryBranchCategoryId | Secondary branch category ID |
secondaryBranchCategory | Secondary branch category (text) |
secondaryBranchId | Secondary branch ID |
secondaryBranch | Secondary branch (text) |
| Field | Description |
|---|
departmentId | Department ID in RecMan |
department | Department name |
corporationId | Corporation ID in RecMan |
images | Array of image URLs |
videoUrl | Video URL |
skills | Array of skills/keywords |
projectId | Connected project ID in RecMan |
| Field | Description |
|---|
some_title | Social media title |
some_description | Social media description |
some_image | Social media image URL |
| Field | Description |
|---|
startDate | Job post start date (WordPress date format) |
endDate | Job post end date (WordPress date format) |
created | When the job post was created (Y-m-d H:i:s) |
updated | When the job post was last updated (Y-m-d H:i:s) |