Hello,
With <?php comments_template(); ?> I can get my comments.php into my template.
But what if I want to change the comment.php for only one page. How can I do this?
so?
<?php comments_template(othercomments); ?>
name comment.php to comment-othercomments.php ?