hi thomas, this is what i wanted to do –
job listing page
Cat1 Cat2 Cat3
Job1 Job2 Job7
Job3 Job4 Job8
Job5 Job5
is this possible? thanks in advance.
I think you can do that however, you are going to have to experiment with the shortcodes in the (Job List Template) along with a few test jobs to get what your trying to achieve.
You Can Use Conditionals within the template – it’s pretty powerful !
Conditionals
All of the shortcodes defined above can be prefixed with if_ to turn them into a conditional statement. For example, if you wanted to display the text “Categories: “, and then a list of the Categories a job is in, but you don’t want to display it if there are no categories, you could put in the template:
[if_job_categories]
Categories: [job_categories]
[/if_job_categories]
Job Information also allows for:
[job_row_number] – While inside a [job_loop], this will display the row number of the job currently being displayed.
[job_odd_even] – While inside a [job_loop], this will display “odd”, if the current [job_row_number] is odd, or “even” if [job_row_number] is even.
You may have to tweak individual Job Template too.
All of this is within the Display Settings Tab
Please share anything you come up with so we can post it for others.
<table>
[job_loop]
<tr>
<td>[job_category_links]</td>
</tr>
[/job_loop]
</table>
just loops current category of a job
cat1 cat1 cat2 cat2 cat3 cat3
Excellent – Thanks for sharing – Can you share a link to your site and or screen shot to add ?
Consider this resolved – Thread CLOSED