Admin Only Fields in Conditional Logic

As of version 1.8.1 of the Field Editor WP Job Manager addon, you can now use the filters below to allow any admin only field, or only specific ones you define … along with a default value for that field (if you want).  Version 1.8.0 or older you were able to select an admin only […]

Read More Comments Off on Admin Only Fields in Conditional Logic

Give user free/trial visibility package on registration

After a few request from clients, I have come up with a method that you can automagically give a user a package when they register on your site, which can be used as a way to provide a “free trial” or “free” package initially.  This does require adding some PHP code to your child theme’s […]

Read More Comments Off on Give user free/trial visibility package on registration

Using custom template overrides for form input fields (form-fields)

If you plan to use Template Overrides for WP Job Manager, and those template overrides are for any of the input fields (any files inside the form-fields  directory), and you are using the Field Editor plugin, there are a few things you need to be aware of. This documentation is only applicable for any of the FORM […]

Read More Comments Off on Using custom template overrides for form input fields (form-fields)

How to customize the phone field type

Phone Field Type Custom Configuration

Want to auto detect the user’s country based on their IP?  Maybe you want to have the phone field type default to a specific country?  What about putting preferred countries at the top of the dropdown list?  You can do all of this and more with the new filter added in WP Job Manager Field […]

Read More Comments Off on How to customize the phone field type

How to output custom fields on job and/or resume listings

As of version 1.1.9 there is an integrated auto output feature!: https://plugins.smyl.es/docs-kb/field-output-configuration/ As of version 1.1.5 there is an integrated widget you can use to output a custom field: https://plugins.smyl.es/blog/widget-now-included-with-wp-job-manager-field-editor/ As of version 1.2.0 the widget has undergone a huge overhaul and should have all the same options as auto output: https://plugins.smyl.es/docs-kb/using-the-integrated-widget/ You can also […]

Read More Comments Off on How to output custom fields on job and/or resume listings

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