mattoleary
Member
Posted 2 years ago #
Hi-
I have just one comment on my wp site, but it appears twice in a row and I'm not sure why. I don't want to delete the comment via the standard interface because I like the comment, but I don't want it to appear twice like it is now. Can anyone shed light on how I can fix this?
Here's the comments page
Thanks!,
Matt
Do you have comments_template() twice in your single.php? It looks like one is inside the loop and one is outside.
mattoleary
Member
Posted 2 years ago #
Thank you! - I think that worked. This is the line i found 2x in the code:
<?php comments_template('', true); ?>
deleted second iteration...