Hello,
I have several categories in my website, one of them is Blog, I would like to format the Blog differently from other categories. I've done this using an own template for the Blog.
But now, when I'm clicking some of the Blog categories (cheese, fruits, what ever) they are rendered from the archive.php template. I would need to write a statement that says: if this category is a subcategory of category "Blog" (ID 8). if (in_category('8')) or if (is_category('8')) is not doing it. Any idea how to do this?
All help is very much appreciated! Thanks.