I wanted to create a "guestbook" by enabling the comments-function in a page.
I use a copy of the page.php template, called it guestbook-page.php, and added the comments code as menitoned above.
</div>
<?php comments_template( '/guestbook.php' ); ?>
<?php endwhile; else: ?>
As I also want to change the comments section (the form should be above the comments), I also created a copy of the comments.php, and called it guestbook.php, as you can see in the code above.
The problem is, that in the guestbook-page, the comments section only says "Comments are closed". In the general settings for discussion, I enabled users to comment posts.
Do you have any idea, why it says comments are closed although and doesn't show the form?
Thank you!