Category Conditional
Hi,
I'm using the below code to filter on a single category, is there a way to do multiple? I.e. IF 'THIS CAT' or 'THIS CAT' then...
<?php $cat_id = appthemes_get_custom_taxonomy($post->ID, 'ad_cat', 'term_id');if ($cat_id == '358') { ?>
Thanks
Tom