Different single-default.php for different categories?
At the moment, to put it simply, if the post is in the blog category the single.php file loads the single-blog.php file and if it's not it loads the single-default.php file.
I want to have a customized single-xx.php file for different categories.
I want to create several single-default.php file such as: single-cat1.php, single-cat2.php, single-cat3.php etc then use the single.php file to load the respective file depending on the category, I am sure this is possible but I am unsure of the code I need to use.
Thanks for your help.