Forums
(@advan)
17 years ago
Hi! I had same problem, but in-category fixed it. My current code is like that:
?php if ( in_category('3') ) { include 'promo_1.php'; } elseif ( in_category('4') ) { include 'promo_2.php'; }