1. Add a custom field to both the job list and single job
Step 1: Go to wp-content > themes > noo-jobmonster > Framework> Admin> noo_job.php and add the following codes:
♣ 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.
♣ In the above code, _noo_job_field_ must stay unchanged.
Step 2: Go to Admin panel> jobs> custom fields> add a new field.
Notice that what you enter in Field Key must be added to the code _noo_job_field_. Therefore, in this example, _salary mus be incorporated into the code.
2. Only Add A Field To Single Job
For instance, you want to add a new field (salary) to position that is behind Print icon, please carry out these steps:
Step 1: Go to wp-content > themes > noo-jobmonster > Framework> Admin> noo_job.php > find these codes:
Step 2: Add the following codes to the position that is below those code:
So you can find that these codes are the same as those in Step 1. Please read Note in Step 1 to get some important notice of these codes
Step 3: Go to Admin panel> jobs> custom fields> add a new field.
Notice that what you enter in Field Key must be added to the code _noo_job_field_. Therefore, in this example, _salary mus be incorporated into the code.
Note: If you want to remove any available fields in single job, you will delete three code lines, something like this ( we will get rid of Print field):