WP Manifestindependent plugin directory
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.zip

A 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

  1. Download or clone this repository.
  2. Copy the plugin folder into wp-content/plugins/.
  3. In the WordPress admin, go to Plugins.
  4. Activate Teamtailor Jobs List.

Add Your Teamtailor API Key

  1. In the WordPress admin, go to Settings > Teamtailor.
  2. Paste your Teamtailor API key into the API Key field.
  3. Set the number of jobs to show per page.
  4. 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.