I have no idea how to edit my comments-list. If I edit comments.php-file, nothing happends to my comments list. I can even delete the whole file and all the comments show anyway. Is there some other file that can impact on how the comments-list look like? Or how can I “activate” my comments.php-file so that I can edit the look of my comments-list?
I found a simple solution and now comments.php works as it should work. I edited <?php comments_template(''); ?> in the single.php to `<?php comments_template(‘/comments.php’); ?>
Viewing 1 replies (of 1 total)
The topic ‘Comments.php doesn’t work’ is closed to new replies.
(@anselmiina)
16 years, 6 months ago
I have no idea how to edit my comments-list. If I edit comments.php-file, nothing happends to my comments list. I can even delete the whole file and all the comments show anyway. Is there some other file that can impact on how the comments-list look like? Or how can I “activate” my comments.php-file so that I can edit the look of my comments-list?