Just in case anyone is wondering how I fixed this..
Apparantly when I imported from blogger, all of the comments and posts were given the date “Wed, 31 Dec 1969 17:59:59 +0000” and since the most recent comment was a blogger comment, it was using this date in the http headers as the last-modified date.
Either Apache or IE couldn’t handle that and just simply displayed a blank page.
Adding a more “recent” comment fixed the comments feed.
wow, that’s exactly what I was looking for..thanks!
I think I’ve actually decided to only exclude the torrent category. I gotta do some testing to see how a regular aggregator reacts to an enclosure tag. I guess it just ignores it.
One question.. since I went ahead and implemented the post view count in the single page (single.php in the theme), I have no clue how to actually make the post count show up. I want it to show up right before the number of comments.
I saw mention of %post_view_count%, but I have no idea how to put that in the theme’s index.php.