Current Versions of Paid Addons
Read More →: Current Versions of Paid AddonsThe current versions are: Name Version Changelog Applications 3.2.0 changelog Application Deadline 1.3.0 changelog Bookmarks 1.5.0 changelog Embeddable Job Widget 1.1.6 changelog Job Alerts 3.2.0 changelog Job Tags 1.4.6 changelog Resume Manager 2.2.0 changelog Simple Paid Listings 2.0.2 changelog WC Paid Listings 3.0.3 changelog Last updated: 1 May 2024
Promoted Jobs
Read More →: Promoted JobsWith the Promoted Jobs feature, it is easy to increase job visibility and get more qualified applicants by sharing it on multiple external job boards through our partner JobTarget. How to manage or deactivate a promoted job When you edit a job title, description, or link in your WP Job Manager site (on your actual site), these…
Resume Manager: Hide sign-in fields in resume submission form
Read More →: Resume Manager: Hide sign-in fields in resume submission form← Back to Resume Manager Note: All code examples on this site are provided for developer reference/guidance only and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with creating, modifying or debugging code from any code examples, and they may be changed or removed if we…
Applications: Limit past applications per page
Read More →: Applications: Limit past applications per page← Back to Applications By default, the [past_applications] shortcode displays 25 past applications per page. To change that, add the following code using the Code Snippets plugin and adjust the value as desired:
Resume Manager: Changing the permalink base
Read More →: Resume Manager: Changing the permalink base← Back to Resume Manager Resumes default to the permalink ‘resume’. So, for example, a resume may have the following URL: http://yoursite.com/resume/john-xyz To change that to something else, e.g. ‘cv’, you can add the following code using the https://en-gb.wordpress.org/plugins/code-snippets/ plugin.
Tutorial: Remove the Resume Preview Step
Read More →: Tutorial: Remove the Resume Preview StepNote: All code examples on this site are provided for developer reference/guidance only and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due…
Integration for ZipRecruiter (retired)
Read More →: Integration for ZipRecruiter (retired)Notice: This is the documentation for a retired addon for integrating WP Job Manager with the ZipRecruiter service. As of 18 November 2020, we are not longer selling this addon, either as part of the core addon bundle or as a standalone addon. The integration with ZipRecruiter was provided as a paid plugin for WP Job…
Applications: CCing an email to all posted applications
Read More →: Applications: CCing an email to all posted applications← Back to Applications Please note that all code examples on this site are provided for reference/guidance only, and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find…
Applications: Customising Application Statuses
Read More →: Applications: Customising Application Statuses← Back to Applications Applications by default has the follow statuses (these are custom post type statuses): From version 1.7.0+ these statuses can be customised by using the filter job_application_statuses. Adding a Status Example This example adds a new status called ‘Example’. The code would be placed in your theme functions.php file or a custom plugin. Removing a…
WC Paid Listings: Give a free package to a new user
Read More →: WC Paid Listings: Give a free package to a new userPlease note that all code examples on this site are provided for reference/guidance only and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due to…
Applications: Rename “CV” to “resume”
Read More →: Applications: Rename “CV” to “resume”← Back to Applications Changing the word “CV” in applications can be done in several ways, such as using the Say What plugin, or creating a localization. If you prefer, you can also use a snippet in your theme functions.php file. See:
Embeddable Job Widget
Read More →: Embeddable Job WidgetWith the Embeddable Job Widget plugin, you can show a form on your site that users can generate some embed code with. This embed code can show listings from your site wherever they use the code. Installation To install this plugin, please refer to the guide here: https://wordpress.org/support/article/managing-plugins/#installing-plugins Once activated you’ll be able to use the form shortcode. Setting…
Applications: Limiting applications to a certain role
Read More →: Applications: Limiting applications to a certain role← Back to Applications Please note: All code examples and plugin suggestions are provided for reference or guidance only, and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, or providing support for any suggested 3rd-party plugins. A common…
Tutorial: Add meta data to resume permalinks
Read More →: Tutorial: Add meta data to resume permalinksNote: All code examples on this site are provided for developer reference/guidance only and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due…
Applications
Read More →: ApplicationsWith the Applications plugin, candidates can apply for jobs using a form, and employers can view the applications on their job dashboard. Installation This plugin requires WP Job Manager 1.22.0 and PHP 5.3+. To install this plugin, please refer to the guide here: https://wordpress.org/support/article/managing-plugins/#manual-upload-via-wordpress-admin Intended Usage This plugin can be used in two ways: Settings The plugin can be configured…
Bookmarks
Read More →: BookmarksWith the Bookmarks plugin, candidates can star/bookmark jobs, and employers star/bookmark resumes (if using the Resume Manager addon). Bookmarks can be given an optional note, and are shown via a shortcode on the front-end. Bookmarks can be created by logged in users only. Installation To install this plugin, please refer to the guide here: https://wordpress.org/support/article/managing-plugins/#installing-plugins During activation, this plugin…
Tutorial: Enable comments for resumes
Read More →: Tutorial: Enable comments for resumesNote: All code examples on this site are provided for developer reference/guidance only and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due…
Tutorial: Changing the resume post_name/permalink
Read More →: Tutorial: Changing the resume post_name/permalinkTo make resume permalinks unique, the slug has a random string prepended. You can customise this via a filter and custom function added to your theme functions.php file. This code example below shows the code used: Comment out the parts you don’t want appearing in your resume permalinks.
Tutorial: Require an active job package to view resumes
Read More →: Tutorial: Require an active job package to view resumesNote: All code examples on this site are provided for developer reference/guidance only and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due…
Resume Manager: Editing submission fields
Read More →: Resume Manager: Editing submission fieldsPlease note that all code examples on this site are provided for reference/guidance only and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work…
Resume Manager: Overriding Templates
Read More →: Resume Manager: Overriding Templates← Back to Resume Manager Note: the following information about overriding templates are provided for developer reference/guidance only and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find…
Resume Manager: Template tags
Read More →: Resume Manager: Template tagsThroughout the template files, various tags are used to output resume data. These are really mainly just wrappers for get_post_meta but some handle formatting too. The tags include: the_candidate_location Uses get_the_candidate_location and outputs the candidates location including an optional link to google maps. the_candidate_title Uses get_the_candidate_title to output the candidates current or desired job title. the_candidate_photo Uses get_the_candidate_photo…
Resume Manager
Read More →: Resume ManagerResume Manager is a paid plugin for WP Job Manager which provides you with a resume submission form, resume listings, and a candidate dashboard. Resumes created with Resume Manager are used to apply to jobs listed on a WP Job Manager site. Contents Installation Shortcodes Settings and Configuration Resume Listings Resume Submission Apply with Resume Pages Resume Visibility…
Application Deadline
Read More →: Application DeadlineWith the Application Deadline plugin, job listers can set a closing date via a new field on the job submission form. Once this date passes, the job listing is automatically ended (if enabled in the settings). Installation To install this plugin, please refer to the guide here: https://wordpress.org/support/article/managing-plugins/#installing-plugins Setup Once installed, there is only 1 setting for…
WooCommerce Paid Listings
Read More →: WooCommerce Paid ListingsWooCommerce Paid Listings is a plugin for WP Job Manager which lets you purchase Job Listing Packages and (as of v2) Resume Packages (as products) which are then used to post listings. Installation To install this plugin, please refer to the guide here: https://wordpress.org/documentation/article/manage-plugins/#installing-plugins Setting up WooCommerce products as job/resume packages After installation the first thing you’ll need to do is…
Job Alerts
Read More →: Job AlertsWith the Job Alerts plugin, registered users on your site can create job alerts based on searches (by keyword, location keyword, category) delivered by email daily, weekly or fortnightly. Note: the Job Manager Geolocation plugin adds Geolocation and Radius settings on the Alerts page and does not exist in the core WPJM plugin or any…
Indeed Integration (retired)
Read More →: Indeed Integration (retired)Notice: As of 2 November 2020, we are not longer selling the Indeed Integration addon, either as part of the core addon bundle or as a standalone addon. Due to some changes that Indeed has made to their API, it is no longer possible to retrieve job information, which drastically reduces the usefulness of the Indeed…
Job Tags
Read More →: Job TagsUsing the Job Tags plugin you can add a new ‘job tags’ field to the submit process, show jobs filtered by tag via shortcodes, and add tag filtering to the standard jobs shortcode. Installation To install this plugin, please refer to the guide here: https://wordpress.org/support/article/managing-plugins/#installing-plugins Setup After installation, head over to Job Listings > Settings to configure…
Simple Paid Listings
Read More →: Simple Paid ListingsUsing the Simple Paid Listings plugin you can charge a single fee in order to list a job on your site using either Stripe or PayPal to collect the funds. Please note that this plugin does not allow coupons, discounts, or anything other than a simple “pay $X for job listing”. If you need additional capabilities, please…