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…
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…
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…
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…