y has probado a leer cuales son esas subcategorias y meterselas a incategory en un array?
en el codex veo este ejemplo:
Código PHP:
Ver original<?php
if ( in_category( 'pachyderms' )) {
// They have long trunks...
} elseif ( in_category
( array( 'Tropical Birds', 'small-mammals' ) )) { // They are warm-blooded...
} else {
// & c.
}
?>
podria ser una opcion...