Upload Field = field that a user uploads a file to YOU… i.e. a resume, references, etc…
If you want to add your image to the top of the job listings page/individual jobs you’ll want to go to the Settings –> Display Settings tab.
Log into your wordpress site, then copy/paste this URL to find the page I mean (Change the URL to fit your site obviously…)
http://yourwebsite.com/wp-admin/admin.php?page=jobman-conf&tab=display
From there you’ll scroll down to the “Templates” section and you’ll want to edit things outside of the loop so it only displays once..
Here is an example that I use for my “JOB LIST TEMPLATE”
<div style="float:right; border:1px solid #ccc; padding:5px; margin-left:10px;">
<img src="http://YOURWEBSITE.COM/YOURIMAGE.jpg" height="180px" width="180px">
<br>
</div>
<table width="500px">
<tr>
<h1>Find your new career today! - Apply Below!</h1>
<li><b>Free to Apply!</b> - Anyone can apply, we'll add you to our potential candidate list and notify you of any matches!</li>
<li><b>No Guess Work</b> - We only match you with positions you're a great fit for!</li>
<li><b>Contract Assistance</b> - We'll help guide you through the interview and finalizing all of your details.</li>
<li><b>30 Day Guarantee</b> - If your employee does not work out, we'll find you a replacement for free! (Within the first 30 days)</li>
<p>
<p>
<h3>View our current openings below:</h3>
<br>
</tr>
</table>
<table width="960px">
<tr style="height:30px; background:#1c80b7; color:white; padding-bottom:10px;">
<th width="500px" style="text-align:center;font-size:18px;">Position Title</th>
<th width="150px" style="text-align:center;font-size:18px;">Location</th>
<th width="100px" style="text-align:center;font-size:18px;">Quick Apply</th>
</tr>
<tr>
<td><p>
</td>
</tr>
[job_loop]
<tr>
<td style="text-align:left;font-size:18px;">[checklist]<ul><li>[job_link][job_title][/job_link]</td>
<td style="text-align:center;">[job_field4]</td>
<td style="text-align:center;font-size:18px;">[job_apply_link]Apply Now[/job_apply_link]</li></ul>[/checklist]</td>
</tr>
[/job_loop]
</table>
THIS EXAMPLE TEXT WILL SHOW BELOW THE JOBS LIST (Note it's outside of the job loop...)
[if_job_page_count]
<div class="job-nav">
<div class="previous">[job_page_previous_link]Page [job_page_previous_number][/job_page_previous_link]</div>
<div class="this">Jobs [job_page_minimum]-[job_page_maximum] of [job_total]</div>
<div class="next">[job_page_next_link]Page [job_page_next_number][/job_page_next_link]</div>
</div>
[/if_job_page_count]