Please go to noo-jobmonster\framework\admin\noo_job.php, replace the following codes:
with these codes
1. Job location
$locations = (array) get_terms(‘job_location’, array( ‘hide_empty’ => false ));2. Job Category
$categories = (array) get_terms(‘job_category’, array( ‘hide_empty’ => false ));3. Job Type
$types = (array) get_terms(‘job_type’, array( ‘hide_empty’ => false ));
Note: Please notice that the order of line can change based on each updated version. Therefore, you should find the code according to keywords in files I give to you.