Ok i cant find out what’s wrong so im using
‘<?php include (TEMPLATEPATH . ‘/comments.php’); ?>’
instead of
‘<?php comments_template(); ?>’
and now it uses the correct file and displays the comment form but it doesn’t show me the comments already made.
What can i do?