Simple question. I've got a blog up that allows comments on some pages. In order to get them to show I have to add <?php comments_template(); ?> in the loop. That works just fine but I don't want to show anything at all when comments are disabled for that page. How would I go about doing that? I'm sure it's a simple coding change.. and extra if statement somewhere... I just have no earthly idea where to look.
Any help would be greatly appreciated.