Output custom field values using PHP

To output any custom fields you have created you can either use Shortcodes or one of the following PHP functions to output the custom field values. Right now there are multiple functions available, one for job fields, company fields, resume fields, etc. This is for any future enhancements, but currently all functions do the same […]

Read More Comments Off on Output custom field values using PHP

WP Job Manager Field Editor Shortcodes

Shortcodes Right now you can use either job_field, resume_field, custom_field, or company_field and it will output same data. Separate shortcodes are for future enhancements. If you want the shortcode to ONLY output the value (without any HTML or other wrappers), set the output_as argument to value: [custom_field key=”my_meta_key” output_as=”value”] Below is a list of arguments supported […]

Read More Comments Off on WP Job Manager Field Editor Shortcodes