Archive.php, and post_is_in_descendant_category
Firstly, do you have DEBUG set to TRUE in wp-config? Not loading further than the header may well mean there’s an error that isn’t displaying. Set it to True to see the error. Secondly, you are using for in_category on an archive page – which I believe would only apply to the first post on … Read more