• krexha

    (@krexha)


    Domain : nogrey.co.uk
    Plugin: 0.7.25

    Does anyone know if this plug in can display a list of jobs? If so what is the short code for it? I cannot seem to find it

Viewing 2 replies - 1 through 2 (of 2 total)
  • jlopez2

    (@jlopez2)

    Hi!

    I have the same question too.

    Thanks!

    Plugin Author Thomas Townsend

    (@smb-dev)

    Yes it can by modifying the shortcode for “Job List Template” under Settings/ Display Settings. You can give this a try – you will have to adjust your themes style.css for colors, text etc.

    
    <table class="jobs-table[if_job_highlighted] highlighted[/if_job_highlighted]">
    <tr class="heading">
      <th>Title</th>
      <th>ID</th>
      <th>Location</th>
      <th>Job Description</th>
     </tr>
    [job_loop]
      <tr class='job'[job_title][job_row_number][job_id]>
        <td>[if_job_icon][job_icon]<br />[/if_job_icon] [job_link] [job_title] [/job_link]</td>
     <td>[job_id]</td>
     <td>[job_field4]</td>
        <td>[job_link]More Info[/job_link]</td>
      </tr>
    [/job_loop]
    [if_job_page_count]
    <div class="job-nav">
    	<div class="previous">[job_page_previous_link]Previous Page[/job_page_previous_link]</div>
    	<div class="next">[job_page_next_link]Next Page[/job_page_next_link]</div>
    </div>
    [/if_job_page_count]
    </table>
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display List of Job’ is closed to new replies.