https://github.com/neelnirbason/wp-job-application
A lightweight plugin for handling job applications
https://github.com/neelnirbason/wp-job-application
job wordpress wordpress-development wordpress-plugin wordpress-plugin-development wordpress-plugins
Last synced: 3 months ago
JSON representation
A lightweight plugin for handling job applications
- Host: GitHub
- URL: https://github.com/neelnirbason/wp-job-application
- Owner: neelnirbason
- Created: 2022-11-19T13:24:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T19:06:54.000Z (about 3 years ago)
- Last Synced: 2025-01-26T19:14:36.999Z (12 months ago)
- Topics: job, wordpress, wordpress-development, wordpress-plugin, wordpress-plugin-development, wordpress-plugins
- Language: PHP
- Homepage:
- Size: 353 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
1. Clone this repository or download as zip and extract into `wp-content\plugins\wp-job-application`;
2. Activate this plugin, and the plugin will handle the rest.
## FAQ
1. You cannot make a `submission` while signed in. Because it is intended for visitors.
## For Developers
```powershell
├───admin # All admin-specific functionality
│ ├───assets
│ │ └───images
│ └───templates
├───core # Plugin Headquarter
├───languages
├───vendor
│ └───composer
└───web # All public-facing functionality
├───assets
└───templates
```