Опис
Recruitly is a GDPR-compliant recruitment solution that helps agencies and businesses manage and display job listings effortlessly.
The Recruitly WordPress Plugin connects seamlessly with your Recruitly.io account, providing a robust job board experience. Using dynamic shortcodes, you can customise job listings, search forms, widgets, and more to fit your website’s needs.
Key Features:
- Job Listings and Search: Display jobs with powerful search and filter options.
- Dynamic Widgets: Showcase job sectors, tags, recent jobs, and more.
- Customisable Shortcodes: Control layout and display with a variety of shortcodes.
- GDPR Compliance: Ensure secure and compliant data handling.
Note: A subscription with Recruitly.io is required to use this plugin.
Shortcodes
Core Job Features:
-
[recruitly_jobs]
Displays a list of jobs with pagination. -
[recruitly_job_search]
Renders a job search form for users to filter job listings. -
[recruitly_jobs_count]
Shows the total count of active jobs.
Widgets and Additional Features:
-
[recruitly_job_sector_widget]
Displays jobs by sectors. -
[recruitly_job_tag_widget]
Displays jobs filtered by tags. -
[recruitly_jobs_recent]
Shows a list of recent jobs. -
[recruitly_job_language_list]
Lists the required languages for a job. -
[recruitly_job_cities suffix="jobs"]
Displays a list of job cities. The optionalsuffix
parameter customises the city display (e.g., “London jobs”).
Job Details (Single Job View Only):
The following shortcodes are available for use when viewing a single job post. These shortcodes display specific information about the job being viewed:
-
[recruitly_job_image]
Displays the main image or logo associated with the job. If no image is set, a default placeholder image will be shown. -
[recruitly_job_web_field fieldname="description"]
Displays the content of a specified custom field for the job. Replace"description"
with the desired field name. -
[recruitly_job_recruiter_image]
Shows the profile image of the recruiter assigned to the job. A default image will appear if no recruiter image is available. -
[recruitly_job_location displayfield="city"]
Displays the job’s location. Use thedisplayfield
attribute to specify whether to show the city, region, or town. If the job is remote, “Remote” will be displayed. -
[recruitly_job_recruiter_languages]
Lists the languages spoken by the recruiter responsible for the job.
Встановлення
- Upload the
recruitly-wp
folder to the/wp-content/plugins/
directory. - Activate the plugin through the Plugins menu in WordPress.
- Go to Recruitly -> Settings in the admin area to configure the plugin.
- Use the shortcodes listed below to display job-related content on your website.
Часті питання
-
Do I need a Recruitly.io subscription to use this plugin?
-
Yes, a subscription with Recruitly.io is required for the plugin to function.
-
How can I display job listings?
-
Use the
[recruitly_jobs]
shortcode to display job listings. Combine it with[recruitly_job_search]
to allow filtering. -
Can I customise the job board?
-
Yes, the plugin provides multiple shortcodes and widgets to customise your job board.
Відгуки
Учасники та розробники
“Recruitly” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
УчасникиПерекладіть “Recruitly” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.
Журнал змін
2.0.16
- Initial stable release.
2.0.20
- Enhanced functionality and bug fixes.
2.0.21
- Added the
[recruitly_job_cities]
shortcode for listing job cities dynamically.
Example:
[recruitly_job_cities]
or
[recruitly_job_cities suffix=”jobs”]
2.0.22
- Added help guide with examples.
2.0.23
- Added help guide with examples.