write to a single.php.
1 2 3 4 5 6 7 | <?php $post = $wp_query->post; if ( in_category('CategoryNo') ) { include(TEMPLATEPATH.'/single-template-name.php'); exit(); } ?> |
Caution» below the category number
hello :)
write to a single.php.
1 2 3 4 5 6 7 | <?php $post = $wp_query->post; if ( in_category('CategoryNo') ) { include(TEMPLATEPATH.'/single-template-name.php'); exit(); } ?> |
Caution» below the category number