Wordpress plugin for managing job openings & applications.
Check out the plugin at Wordpress.org
Integrates a simple system to list job openings, display them on a sleek and organized page, and accept applications via pre-formatted email messages.
Uses the short code [WPEM]
to render the job listings with the proper tags defined in the settings panel.
Uses the short code [EMAPPLY]
to render the job application form for the selected job opening.
Note: When creating job listings, be sure to fill out the job meta data (contact email, wage, resume, etc)! Without some of them, you may experience errors.
- Active Wordpress installation (tested on 3.5+).
- Uses PHPMailer to format and mail the received applications.
- Upload the
wp-openings.zip
file to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Adjust settings under
Settings -> Job Openings
- Create some job listings under
Employment
custom post type- Be sure to give the post a tag of the company that this listing is for (valid tags are defined in Settings).
- Also be sure to check the Meta information under the post body. These are settings unique to the job listing post type.
- Create a new WP page, and use the short code
[WPEM]
in post content to pull in active listings and format them automatically. - Create another new WP page, and use the short code
[EMAPPLY]
to let viewers apply for positions that are listed.