Cant get this to work (banner for specific category)
Hi, i've tried just about every permutation i can think of to get this working in taxonomy-ad_cat.php:
Code:
<?php if(in_category('Swimming Pools & Spas')) { ?>
<div class="sp_banner_ad">
<?php if(function_exists("useful_banner_manager_banners")){ useful_banner_manager_banners("1",1); } ?>
</div><!-- / sp_banner_ad -->
<?php } ?>
and it just wont have it, i have tried using category id instead of human friendly title, is_taxonomy and a whole multitutude of stuff, the end result is to show a company sponsored banner add specific to category.
Searching through here im finding that in_category works.. but not at my end