Hi @outboxin,
Assistance with implementing or troubleshooting customizations is outside of the scope of the support that we offer, per our Support Policy:
https://wpjobmanager.com/support-policy/.
If you need it, you can search for development help in a variety of places — here are a few to start:
http://jobs.wordpress.net/
https://jetpack.pro/
https://codeable.io/?ref=l1TwZ
I’ll leave this open for a few days in case there’s someone else in the community who would like to chime in and lend a hand.
Best of luck.
Thanks for your reply. Perhaps you can point me to where the shortcode is built that allows you to add the job_category to the shortcode and I can implement adding in the new taxonomy?
Hi @outboxin,
Once you’ve registered the custom taxonomy:
For the [jobs] shortcode, assuming you’re are using the filter form:
– Override the job filter form template (job_manager/job-filters.php)
– Hook into the job_manager_get_listings_args filter (from includes/class-wp-job-manager-ajax.php) to add it to what is passed to get_job_listings().
– Hook into job_manager_get_listings to modify the WP_Query args used to query the job and be aware of the taxonomy.
If you want it on the submission form, you’ll also need to add a field using the submit_job_form_fields filter. See includes/forms/class-wp-job-manager-form-submit-job.php for an example of adding a field of type term-select or term-multiselect.
Best of luck!
I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!