featured job - bug report
I believe I found a small bug, I'm also posting the solution
If I change the name of the the 'featured' job category to something else, then when someone is asking to have his job featured, it will not be featured automatically.
The reason is in confirm-job-process (around line 168.. ) should be:
PHP Code:
$featured_job_cat_name = get_term_by('id', $featured_job_cat_id, 'job_cat')->slug;
it should be "->slug" and not "->name", otherwise, like I said, if the name is changed (eg translated to a different language) the featured category will not be found, and the job will not appear in the "featured" list
same goes to the relist-job-process and edit-job-process