Kullanman gerekn kod (Single.Php)
$post = $wp_query->post;
if ( in_category('35') ) {
include(TEMPLATEPATH . '/single-kategorikodu.php'); }
elseif ( in_category('178') ) {
include(TEMPLATEPATH . '/single-kategorikodu.php'); }
elseif ( in_category('18') ) {
include(TEMPLATEPATH . '/single-video.php'); }
else { include(TEMPLATEPATH . '/single-default.php');
}
?>