There may be times where you want to configure whether or not to show a widget, based on the value of a custom field you have created with WP Job Manager Field Editor. While there is nothing integrated in my plugin at this time to do it, it’s very easy to do using the free […]
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 […]
How to customize the phone field type
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 […]
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 […]
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 […]