Use template of parent category for single post sub-categories

You should try and use the WordPress hierarchy instead of singe-cat-.

Make your parent category template using category.php or category-{slug}.php , and then use the technique here, http://codex.wordpress.org/User:MichaelH/MyPlugins.

Or for more options try this plugin, http://wordpress.org/extend/plugins/category-template-hierarchy/

Leave a Comment