Replies: 1
Hello,
I am currently developing a wordpress theme and I have a problem with comments. In fact, I would like to add a comment form to a template I created. But when I add <?php comment_form(); ?> nothing is displayed in front-end.
However I inserted the same code in my front-page.php and the form is displayed very well.
I also tried with <?php comments_template(); ?> and it only displays the div#comments.
Can someone help me, please?
For info, I named my template music.php and placed it in the /page-templates folder.
Thank you.