Yes, in Job Manager → Settings, under Job listings, there is a “Salary currency” section where you can enable setting the currency when posting a job.
Thread Starter
VR Webs
(@net4earning)
thats correct but i want to change the currency dynamically, suppose the default currency is USD, but a user visits site from uk then it should have option to convert to EUR.
is that possible?
Thread Starter
VR Webs
(@net4earning)
waiting for reply, any body done that?
Hi there,
By default WP Job Manager supports only one currency at a time. As Peter pointed out, it can be changed from the Job Manager’s settings page.
To dynamically change the currency and amount based on location would require custom code. The plugin has hook filters that can be used to implement this. Please refer to our GitHub repo:
https://github.com/Automattic/WP-Job-Manager
Thanks!