All Collections
Website Integration
How to update WordPress plugins manually?
How to update WordPress plugins manually?
Updated over a week ago

Login to your WordPress account.

Go to the sidebar > Plugins > Installed plugins



Find the Recruitly plugin, check for the latest version, and update the Plugin.



Once the plugin is updated refresh the jobs. Click here for help.

Recruitly WordPress Plugin provides an easy way to integrate a fully-fledged job board directly into your WordPress Site.

Install Instructions:


Follow this video to install and configure the Recruitly WordPress plugin.

Please visit this link to obtain API Key https://secure.recruitly.io/settings/api. For API Server value please talk to us on Live Chat support.

Display Job Listing and Search Form:


Recruitly plugin populates a custom post type – you are free to use and render the data the way you want to suit your design. Alternatively, you can also use the default short codes offered:

WordPress Short-codes:

Job search form:
Displays job search form.

[recruitly_job_search cssclass="jumbotron padding-20"]

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

[recruitly_jobs]

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

[recruitly_job_sector_widget target="/jobs-search" sector="aeronautics-and-defence" count=5]

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

[recruitly_jobs_recent count=5]

count = Number of jobs to display.

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

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

Did this answer your question?