Job regions as dropdown IS possible
-
Dear sir/madam,
A year ago someone posted a question ’bout the possibility for the job regions to show them in the search widget as a dropdown. I figured out how to make this possible. In the themes folder open up inc/job-filters.php
under the $s_categories variable add:
$s_regions = get_terms(‘job_listing_region’);now if you do a var_dump($s_regions); it will output all the regions that are available. With this info you can develop a dropdown for your purpose ;).
If you need the markup for the dropdown, just let me know i’ll post it here!
https://www.ads-software.com/plugins/wp-job-manager-locations/
- The topic ‘Job regions as dropdown IS possible’ is closed to new replies.