3
  1. Place 
     and 
    Program Manager
    Ireland
    Permanent
    NA
    07/06/2023
    .
    Business Development Director
    Ireland
    Permanent
    NA
    23/03/2023
    .
    Sales Manager
    Ireland
    Permanent
    NA
    22/03/2023
    .
     in your page.

 

 

 

 

WordPress Short-codes:

Job search form:
Displays job search form.



target = Job search results page to navigate to.
cssclass = CSS class you would like to add to the rendered DIV.

Job listing:
Displays jobs, results filtered by the job search form.

Program Manager
Ireland
Permanent
NA
07/06/2023
.
Business Development Director
Ireland
Permanent
NA
23/03/2023
.
Sales Manager
Ireland
Permanent
NA
22/03/2023
.


Job sector widget:
Display a list of jobs for the given sector.



target = Job search results page to navigate to.
sector = Name of the sector, all lower case separated by a dash.
count = Number of jobs to display.

Recent jobs list:
Display n recent jobs



count = Number of jobs to display.

Count of live jobs:
Display count of live jobs



Job recruiter profile picture:
Display profile picture of owner of the job



Job location:
Display job city or region in case of office based roles. Display job country and remote flag in case of fully remote roles.



Job language list:
Displays job languages as a list wrapped in <ul> <li> elements



Job web advert field:
Display any field from Web Advert section of the job



Available fields names: recruitmentProcess, mainResponsibilities, whatsOnOffer, coreSkills, whatWillYouLearn, and keyLanguages.

Custom Styling:

You have full control over styling:

For widgets copy job-sector-widget.php from plugin folder to /your-theme-folder/recruitly/job-sector-widget.php
For job listing copy job-listing.php from plugin folder to /your-theme-folder/recruitly/job-listing.php
For job search copy job-search-form.php from plugin folder /your-theme-folder/recruitly/job-search-form.php
For recent job listing copy job-recent-jobs-widget.php from plugin folder /your-theme-folder/recruitly/job-recent-jobs-widget.php

Custom Post Type:

Recruitly WordPress plugin registers Custom Post Type called “Job” and assigns the following taxonomies and meta.

Post Type Taxonomies:

Following Taxonomies are registered with the Custom Post Type:

City – jobcity
County – jobcounty
Job Type – jobtype
Job Sector – jobsector
Job Tag – jobtags
Job Languages – joblanguage

Post Type Meta:

Following Meta is registered for each Custom Post Type. You can retrieve the value of the meta using simple WordPress function:

get_post_meta($post_id, ‘payLabel’, true)

jobId
uniqueId
jobStatus
reference
jobType
jobTitle
postedOn
shortDesc
payLabel
minSalaryRange
maxSalaryRange
salaryPackage
jobType
experience
sector
industry
hot
applyUrl
applyEmail
countryCode
countyName
postCode
town
cityOrRegion
latitude
longitude
languages (JSON Data)
recruiterId
recruiterName
recruiterEmail
recruiterPic
recruiterMobile
recruiterWorkPhone
recruiterLinkedIn
recruiterLanguages (JSON Data)
webAdvert (JSON Data)
remoteWorking

Sample Post Type Meta:

Sample Meta Data