=== Post2Hire Job Board & Applications ===
Contributors: onurkurtic
Tags: jobs, job board, applications, hiring, recruiting
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Publish job listings and collect smooth same-page applications in WordPress.

== Description ==

Post2Hire Job Board & Applications adds a job listings workflow to WordPress with a lightweight applicant experience.

Features include:

* A Jobs custom post type for job posters.
* Job detail fields commonly used by job boards and ATS tools.
* Published job listings rendered with `[post2hire_job_listings]`.
* Individual job pages with the same expandable application flow.
* Same-page applications, so candidates do not have to jump through a separate page.
* Applications saved in the WordPress admin under Jobs > Applications.
* Resume uploads stored in WordPress uploads.
* New-application notifications to a per-job email or default settings email.
* CSV export from Jobs > Export Applications.
* JobPosting JSON-LD on single job pages.
* Accent color customization under Jobs > Settings.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/post2hire-job-board-applications` directory, or install the plugin through the WordPress Plugins screen.
2. Activate the plugin through the Plugins screen.
3. Add jobs under Jobs > Add New.
4. Add `[post2hire_job_listings]` to any page where you want to show the job list.

== Frequently Asked Questions ==

= What shortcode displays the job listings? =

Use `[post2hire_job_listings]`.

= Can I limit the number of jobs? =

Yes. Use `[post2hire_job_listings limit="10"]`.

= Can applicants apply on the same page? =

Yes. The Apply now button expands the application form below the job listing.

== Changelog ==

= 0.1.0 =

* Initial release.
