Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Thomas Townsend

    (@smb-dev)

    Locate the short code for (Job List Template)

    [job_field_loop]
      [if_job_field]
      <tr>
        <th scope="row">[job_field_label]</th>
        <td>[job_field]</td>
      </tr>
      [/if_job_field]
    [/job_field_loop]

    Add the Character Count to the Short code [job_field]

    EXAMPLE:[job_field length="200"]

    So you can have a page or pages that show short snippets of the Job Details
    . Then clicking the more (link) expands the Jobs Detail Page.

    BTW: That’s the start of very nice looking site too. Would really appreciate it if you would take our Survey (The link is in the Admin area of the plugin)….and definitely submit to be part of our showcase.

    Hope this helps.

    Thread Starter hackworth

    (@hackworth)

    Plugin Author Thomas Townsend

    (@smb-dev)

    Looks like you posted the Shortcode within the Job Posting ?

    You need to modify that Snippet from within the Display Settings Page.

    – Job List Template
    – Locate the area of the Shortcodes where the Job Field Loop is and add the shortcode there.

    EXAMPLE:

      [job_field_loop]
        [if_job_field]
        <tr>
          <th scope="row">[job_field_label]</th>
          <td>[job_field length="200"]</td>
        </tr>
        [/if_job_field]
      [/job_field_loop]
    Thread Starter hackworth

    (@hackworth)

    Ok, got it now. Thanks.

    Plugin Author Thomas Townsend

    (@smb-dev)

    Excellent – your most welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Job Listings?’ is closed to new replies.