Job List Template highlighted
-
I already highlighted my job but it did not highlight in my website. Here is my code in job list template
[job_loop] <div class="job[job_row_number] job[job_id] [job_odd_even]"> <table class="job-table[if_job_highlighted] highlighted[/if_job_highlighted]"> <tr> <th scope="row">Title</th> <td>[job_icon] [job_link][job_title][/job_link]</td> </tr> [if_job_categories] <tr> <th scope="row">Categories</th> <td>[job_category_links]</td> </tr> [/if_job_categories] [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] <tr> <td></td> <td class="jobs-applynow">[job_apply_link]Apply Now[/job_apply_link]</td> </tr> </table> </div><br/><br/> [/job_loop] [if_job_page_count] <div class="job-nav"> <div class="previous">[job_page_previous_link]Page [job_page_previous_number][/job_page_previous_link]</div> <div class="this">Jobs [job_page_minimum]-[job_page_maximum] of [job_total]</div> <div class="next">[job_page_next_link]Page [job_page_next_number][/job_page_next_link]</div> </div> [/if_job_page_count]
WP Install Version 4.3.1
Job Manager Installed Version 0.7.25
Website URLThank you so much!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Job List Template highlighted’ is closed to new replies.