I have a fresh install of 1.5 and I'm trying to create myself a theme to use in a photoblog. I've started from scratch, trying to just copy my old, non wordpress, templates over. I have everything going and looking right, but the comments just aren't working for me. I have inside my while() loop, the following code:
<?php comments_popup_link('No Comments', '1 Comment', '% Comments', '', 'Comments are off for this post'); ?>
Clicking on the link that creates gives me the archived link, but there's no comments forms to file out. I've tested with "Default" and "Classic" themes, and both work fine. I've compared my code to each of those and they appear quite similar, other than layout.
Any ideas?