Job Application for WordPress
A lightweight plugin for handling job applications
by Dev Kabir · github.com/devkabir/wp-job-application · website
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/devkabir/wp-job-application/archive/refs/heads/master.zipReadme
Job Application for WordPress
Job Application for WordPress is a perfect tool for both job seekers and employers. For job seekers, it offers the ability to apply to jobs through the application form without having to do any formatting or writing. For employers, it provides an easy way for managers to review applications and manage candidates on the dashboard.
Features
-
Candidates can apply to jobs with a simple one-page form
-
Email notification will be sent to applicant after submission
-
All submissions stored in database for future reference.
-
Save time by easily sorting through applications in the dashboard
-
Apply page is automatically generated with shortcode where potential employees can apply.
-
Easily works with every theme.
Installation
- Clone this repository or download as zip and extract into
wp-content\plugins\wp-job-application; - Activate this plugin, and the plugin will handle the rest.
FAQ
- You cannot make a
submissionwhile signed in. Because it is intended for visitors.
For Developers
├───admin # All admin-specific functionality
│ ├───assets
│ │ └───images
│ └───templates
├───core # Plugin Headquarter
├───languages
├───vendor
│ └───composer
└───web # All public-facing functionality
├───assets
└───templates