Plugin Name
开发者 |
ahuisinga
|
更新时间 |
2013年6月22日 05:42 |
捐献地址: |
去捐款 |
PHP版本: |
3.4 及以上 |
WordPress版本: |
3.5.1 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
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.
安装:
- 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.
更新日志:
0.1
Initial Version.