Viewing 3 replies - 1 through 3 (of 3 total)
  • I had the same problem when I began customizing my templates. There are a couple of tags in the stock templates…

    [job_field_loop]
    ...
    [/job_field_loop]

    Make sure you remove those if you’re customizing your templates and that should solve your issue.

    Thread Starter atovey

    (@atovey)

    thanks Kevin

    this is what I have in Job List Template, I can’t see what has gone wrong, can you?

    [job_loop]
    <div class=”job[job_row_number] job[job_id] [job_odd_even]”>
    <table class=”job-table[if_job_highlighted] highlighted[/if_job_highlighted]”>
    <tr>
    <th scope=”row”>Title</th>
    <td>[job_icon] [job_link][job_title][/job_link]</td>
    </tr>
    [if_job_categories]
    <tr>
    <th scope=”row”>Categories</th>
    <td>[job_category_links]</td>
    </tr>
    [/if_job_categories]
    [job_field_loop]
    [if_job_field]
    <tr>
    <th scope=”row”> [job_field1_label]:</th>
    <td>[job_field1]</td>
    <tr>
    <th scope=”row”> [job_field4_label]:</th>
    <td>[job_field4]</td>
    <tr>
    <th scope=”row”> [job_field2_label]:</th>
    <td>[job_field2]</td>
    </tr>
    [/if_job_field]
    [/job_field_loop]

    </table>
    </div>

    [/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]

    Hey atovey,

    Remove the [job_field_loop] and the [/job_field_loop] lines.

    That should stop the duplicating.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Job List – Job Fields Repeating’ is closed to new replies.