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 change button, or other text on entire WordPress site
I have received a few requests from users about how they can change the wording on things such as buttons, or even “Resumes” in general. Even though this is out of the scope of the WP Job Manager Field Editor plugin, I will show you in this tutorial how to easily change pretty much any […]
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 […]