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

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