Viewing 1 replies (of 1 total)
  • Hi frecklefaceredhead,

    Yes this is possible, it can be done in the template field settings for the “Job List”.

    This is found at the WordPress Backend > Job Manager > Settings > Display Settings Tab > Job List Template

    You can adjust the shortcodes + html here. What you are trying to do would be removing this from the template:

    [job_field_loop]
                [if_job_field]
                <div class="job_info">[job_field length="250"]</div>
                [/if_job_field]
      [/job_field_loop]

    and only having this:

    <div class="job_info">[job_field4_label], [job_field4]</div>

    *** Please note your template may vary slightly with differing html markup, the thing you need to concentrate on are the shortcodes ***

Viewing 1 replies (of 1 total)
  • The topic ‘Need to Add a List of Jobs without full description’ is closed to new replies.