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.
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]
Excellent – your most welcome!