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 […]
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.
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 […]
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 […]
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 […]
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.
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 […]
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 […]
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 […]
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 = […]
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 […]