Alıntı
<?php $post = $wp_query->post;
if ( in_category('5') ) { include(TEMPLATEPATH . '/single-category5.php'); }
else
{ include(TEMPLATEPATH . '/single-default.php'); } ?>
böyle olmalı.
söylemeye gerek yok herhalde ama kategori 5 için farklı bir single.php oluşturuyoruz. bir de, diğer kategoriler için temel single.php.