Plugin Author
BlueGlass
(@blueglassinteractive)
Hi @talatcan,
Plugin folder have folted “templates” in it. You can everwrite any file there if you put it in to your theme, under folder “jobs”. And keeb the inside folder structure as in the plugin templates folder.
This way plugin will take the file not from the plugin, but from your theme. And you can edit the file as you wish. For example as you asked for dropdown, you can edit file “job-postings/templates/include/job-categories.php” and make it to return the select element with categories as options.
in your theme file path should look like this “YOUR_THEME/jobs/include/job-categories.php”
Theres ofcourse would be needed a bit of JS to update the page on select change. But at least you have a direction where to look at 🙂
Hope this helped!