Apqrinu Job Board is a lightweight, dependency-free job board plugin. It registers a “Job” post type with four taxonomies (job type, work mode, experience level, location), a clean archive with AJAX filtering and pagination, related-jobs pagination on single jobs, a built-in AJAX apply form (with optional resume upload), and JobPosting JSON-LD for SEO.
Source code, issues, and contributions: github.com/omaroiddd/wp-jobs.
your-theme/apqrinu-job-board/.[apqrinu_listings], [apqrinu_related], [apqrinu_apply_form].apqrinu-job-board. Ships a wpml-config.xml that registers the Job CPT, all four taxonomies, and the per-job meta with WPML / Polylang for full multilingual support.[apqrinu_listings] — full listings with filters and pagination.[apqrinu_related job_id="123"] — related jobs (defaults to current single job).[apqrinu_apply_form job_id="123"] — apply form for the given job.Copy any file from wp-content/plugins/apqrinu-job-board/templates/ to wp-content/themes/your-theme/apqrinu-job-board/ to override it. For example: apqrinu-job-board/parts/job-card.php.
When a visitor submits the built-in apply form, Apqrinu Job Board stores the following data on this site:
apqrinu_application custom post type, visible only to administrators.In addition, an email notification containing the same data (and the resume as an attachment, when provided) is sent to the address configured under Jobs Settings Default applications email, or to the per-job override email if set, falling back to the site administrator email.
The plugin does not send any data to third-party services, does not load remote scripts or fonts, and does not set tracking cookies. Application records and uploaded resumes can be deleted at any time from Jobs Applications, and uninstalling the plugin removes all stored applications, plugin options, and orphaned job meta (see uninstall.php).
If your site is subject to GDPR, CCPA, or similar regulations, you are responsible for adding an appropriate disclosure to your privacy policy and for honoring deletion / export requests for the data above.