manifest / integrations / teamtailor-jobs-display
Teamtailor Jobs List
A lightweight WordPress plugin to display and filter Teamtailor jobs using a shortcode.
by Saqib Saeed · github.com/saqibbuilds023/teamtailor-jobs-display
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/saqibbuilds023/teamtailor-jobs-display/archive/refs/heads/main.zipA simple WordPress plugin for displaying Teamtailor job listings on any WordPress site.
Features
- WordPress admin settings page
- Teamtailor API key field stored in WordPress options
- Configurable jobs per page
- Shortcode-based frontend output
- Search filter
- Department filter
- Location filter
- AJAX job loading
- Pagination
Requirements
- WordPress 5.8 or newer
- PHP 7.4 or newer
- A Teamtailor API key with access to jobs
Installation
- Download or clone this repository.
- Copy the plugin folder into
wp-content/plugins/. - In the WordPress admin, go to Plugins.
- Activate Teamtailor Jobs List.
Add Your Teamtailor API Key
- In the WordPress admin, go to Settings > Teamtailor.
- Paste your Teamtailor API key into the API Key field.
- Set the number of jobs to show per page.
- Save changes.
The API key is stored in the WordPress options table and is not hardcoded in the plugin.
Shortcode
Add this shortcode to any page, post, or shortcode-enabled template area:
[teamtailor_jobs_pro]
The shortcode displays job listings with search, department and location filters, AJAX loading, and pagination.
License
This project is licensed under the GPL v2 or later.