Alıntı
<?php if (in_category(8)) : ?>
<?php include (TEMPLATEPATH . '/single2.php'); ?>
<?php elseif (in_category(361)): ?>
<?php include (TEMPLATEPATH . '/single3.php'); ?>
<?php else : ?>
<?php include (TEMPLATEPATH . '/single1.php'); ?>
<?php endif ; ?>
böyle olmuyor mu?
yazı hem 8 hem de 361'de ise, single2 gelecektir. öncelik onda çünkü.