custom labels for salary, date started and ended
-
Hey,
I have a question about the custom fields. Every time I try to use it creates extra custom field labels. I don’t have this site live yet, it’s just on localhost. I will display my code below.
<section class="single-job"> <div class="col-15"> [job_loop] <ul> <li><h2>[job_title]</h2></li> </ul> <ul> [job_field_loop] <li>[job_field1_label]</li> <li>[job_field]</li> [/job_field_loop] <li class="btn btn-charcoal">[job_apply_link]Apply Now[/job_apply_link]</li> </ul> [/job_loop] </div> </section>
and this is what displaying in the browser:
Receptionist
Salary
51,000
Salary
Salary
Salary
Edmonton, Alberta
SalaryIf you could please let me know what I’m doing wrong or what I’m missing that’d be great!
Thanks!
- The topic ‘custom labels for salary, date started and ended’ is closed to new replies.