Conditionals on Category name
-
Hi,
I would like to change the “Apply Now” text, according to the category assigned to a job.
I would like to write something like[if_job_categories = catONE] <tr> <td></td> <td class="jobs-applynow">[job_apply_link]TEXT ONE[/job_apply_link]</td> </tr> [/if_job_categories = catONE] [if_job_categories = catTWO] <tr> <td></td> <td class="jobs-applynow">[job_apply_link]TEXT TWO[/job_apply_link]</td> </tr> [/if_job_categories = catTWO]Is it possible?
Thanks
The topic ‘Conditionals on Category name’ is closed to new replies.