WP Job Manager is a
lightweight job listing plugin for adding job board functionality to your WordPress site. Being shortcode based, it can work with any theme (given a bit of CSS styling) and is really simple to setup.
特色
- 使用熟悉的 WordPress 用户界面添加、管理和分类职位列表。
- Searchable & filterable ajax powered job listings added to your pages via shortcodes.
- Frontend forms for guests and registered users to submit & manage job listings.
- 允许招聘信息发布者在发布之前预览其招聘信息。预览与实时职位列表的外观一致。
- 每个列表都可以与电子邮件或网站地址绑定,以便求职者申请工作。
- 搜索还显示 RSS 链接,以便求职者在发现与其搜索匹配的新职位时获得提醒。
- 允许已登录的雇主查看、编辑、标记或删除其活动职位列表。
- Job statistics for employers about job listing views and search impressions.
- Developer friendly code - Custom post types, endpoints & template files.
该插件自带多个简码,可输出各种格式的工作,而且由于其内置了自定义帖子类型,您还可以通过主题对其进行进一步扩展。
Read more about WP Job Manager.
文档
Documentation for the core plugin and extensions can be found
on the docs site here. Please take a look before requesting support because it covers all frequently asked questions!
演示
For a real-life example site, check out
jobs.blog, built by the WP Job Manager team! To try out the plugin in an expendable demo site, click the Live Preview button above.
Extensions
核心的 WP Job Manager 插件是免费的,而且永远都是免费的。它涵盖了我们认为是运行简单招聘网站 "核心 "的所有功能。
Additional, advanced functionality is available through extensions. Not only do these extend the usefulness of the core plugin, they also help fund the development and support of core.
You can browse available extensions after installing the plugin by going to
Job Manager > Marketplace
. Our popular extensions include:
Applications
Allow candidates to apply to jobs using a form & employers to view and manage the applications from their job dashboard.
WooCommerce Paid Listings
由 WooCommerce 支持的付费列表功能。创建可在提交职位时购买或兑换的自定义职位套餐。需要 WooCommerce 插件。
Resume Manager
简历管理器是在 WP Job Manager 基础上开发的一个插件,可为您的网站添加简历提交表单和简历列表,所有这些都可通过 WordPress 管理器进行管理。
Job Alerts
允许注册用户保存其职位搜索,并创建提醒,每天、每周或每两周通过电子邮件发送新职位。
Job Manager Pro Bundle
You can get the above extensions and several others at discount with our
WPJM Pro Bundle. Take a look!
贡献和报告错误
You can contribute code to this plugin via GitHub:
https://github.com/Automattic/WP-Job-Manager and localizations via
https://translate.wordpress.org/projects/wp-plugins/wp-job-manager
感谢我们所有的贡献者。
支持
Use the
WordPress.org forums for community support where we try to help all users. If you spot a bug, you can log it (or fix it) on
Github where we can act upon them more efficiently.
If you need help with one of our extensions,
please raise a ticket in our help desk.
If you want help with a customization, please consider hiring a developer!
http://jobs.wordpress.net/ is a good place to start.
自动安装
自动安装是最简单的选项,因为 WordPress 会自行处理文件传输,您甚至无需离开 Web 浏览器。 要进行自动安装,请登录 WordPress 管理面板,导航至“插件”菜单,然后单击“添加”。
In the search field type "WP Job Manager" and click Search Plugins. Once you've found the plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by clicking
Install Now.
手动安装
手动安装方法包括下载插件,并通过您最喜欢的 FTP 应用程序将其上传到您的网络服务器。
- 将插件文件下载到您的计算机并解压缩
- Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation's
wp-content/plugins/
directory.
- 从 WordPress 管理的“插件”菜单中激活插件。
开始
安装完成后
- Create a page called "jobs" and inside place the
[jobs]
shortcode. This will list your jobs.
- Create a page called "submit job" and inside place the
[submit_job_form]
shortcode if you want front-end submissions.
- Create a page called "job dashboard" and inside place the
[job_dashboard]
shortcode for logged in users to manage their listings.
Note when using shortcodes, if the content looks blown up/spaced out/poorly styled, edit your page and above the visual editor click on the 'text' tab. Then remove any 'pre' or 'code' tags wrapping your shortcode.
For more information,
read the documentation.
2.4.0 - 2024-08-08
- Fix job dashboard actions menu in Safari
- Fix PHP 8.3 support
- Remove support for Internet Explorer 11
- Fix Wordpress 6.6 compatibility
- Fix classic editor support for job listings
2.3.0 - 2024-04-29
新的!
* Job Statistics — enable insights like job listing page views, unique visits and search impressions to be collected and displayed to employers in the jobs dashboard.
* Add Google reCAPTCHA v3 support
改进:
- New: Job statistics overlay
- Change: Redesign job dashboard
- Change: Allow job duplication in the job dashboard for any job
- Security: Don't return unpublished jobs only in the promote job endpoint
- Fix renewals for WordPress.com licenses
- Fix issues with rich e-mails on some e-mail providers
- Fix e-mail styling in some e-mail clients
- Fix expiry date not showing up in backend editor
- Fix: Add fallback to date format in case it's missing
- Fix: Prevent past dates from being used in the datepicker
针对开发人员:
- Add filter to disable promoted jobs
- Add placeholder options to select field
- Job dashboard template has been rewritten
2.2.2 - 2024-02-15
- Fix issue with rich e-mails on some e-mail providers (#2753)
- Fix: 'featured_first' argument now works when 'show_filters' is set to false.
- Improve checkbox and radio inputs for styled forms
2.2.1 - 2024-01-31
- Fix PHP 7.x error for mixed returned type (#2726)
2.2.0 - 2024-01-29
New:
* Allow scheduling listings during job submission — add an option to show a 'Scheduled Date' field in the job submission form
* Add new [jobs] shortcode parameter, featured_first so you can ensure featured listings always show up on top.
* Add support for user sessions without a full account (used in the Job Alerts extension)
Changes:
- Improve styling for rich text e-mails
- Include plain text alternative for rich text e-mails for better compatibility
- Store previous license when plugin is deactivated for easier reactivation later.
- Update design for settings and marketplace pages
Fixes:
- Fix custom role permission issues (#2673)
- Fix RSS, Reset, Add Alert links not showing on search page without a keyword
- Improve PHP 8 support
- Fix numeric settings field issues
- Improve e-mail formatting and encoding, remove extra whitespace
- Add file type validation and error message to company logo upload
- Fix cache issue when marking jobs as filled/not filled via bulk actions
- Do not emit warning when user with insufficient access to Job Manager menu tries to access wp-admin