Resume Manager

  • Resume Manager: Hide sign-in fields in resume submission form

    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 find they no longer work […]

    Read more →

  • Resume Manager: Changing the permalink base

    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.

    Read more →

  • Tutorial: Remove the Resume Preview Step

    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 modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due […]

    Read more →

  • Tutorial: Add meta data to resume permalinks

    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 modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due […]

    Read more →

  • Tutorial: Enable comments for resumes

    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 modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due […]

    Read more →

  • Tutorial: Changing the resume post_name/permalink

    To 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 gist shows the code used: View the code on Gist. Comment out the parts you don’t want appearing in your resume permalinks.

    Read more →

  • Tutorial: Require an active job package to view resumes

    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 modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due […]

    Read more →

  • Resume Manager: Editing submission fields

    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 they no longer work […]

    Read more →

  • Resume Manager: Overriding Templates

    The following template files are included with this plugin: Template File Name Purpose access-denied-browse-resumes.php A message which is displayed when the user doesn’t have permission to browse resumes on the frontend. access-denied-contact-details.php A message which is displayed when the user doesn’t have permission to see a users contact details on the frontend. access-denied-single-resume.php A message […]

    Read more →

  • Resume Manager: Template tags

    Throughout 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 the_candidate_location( $map_link = true, $post = null ) Uses get_the_candidate_location and outputs the candidates location including an optional link to google maps. the_candidate_title the_candidate_title( $before = […]

    Read more →

  • Resume Manager User Guide

    Resume 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 […]

    Read more →