category_parent; while ($parent) { $cat = &get_category($parent); if ( file_exists(TEMPLATEPATH . '/category-' . $cat->cat_ID . '.php') ) { include (TEMPLATEPATH . '/category-' . $cat->cat_ID . '.php'); exit; } $parent = $cat->category_parent; } } } add_action('template_redirect', 'inherit_template', 1); ?>