Accidently deleted comments from blog
-
I accidently deleted a section from the comments.php area. I wanted to delete the date and time from comments posted, but I obviously didn’t do that right (lol), and now my comments are gone. I’ve included a section of my comments.php, and indicated the area that I deleted. Think anyone can help? My blog is https://www.hungryfoodies.com. Thank you in advance. ??
Here’s what I did…
`
<?php } ?><?php if ( ! empty( $comments_by_type[‘pings’] ) ) { ?>
<div id=”pinglist-container” class=”comment-tab”><ol class=”pinglist”>
<?php // not calling wp_list_comments twice, as it breaks pagination
$pings = $comments_by_type[‘pings’];
foreach ($pings as $comment) { ?>
<li class=”ping”>>>>>>>>>>>>>>>> There was once writing here. ?? Now my comments don’t show on my blog. Can you help? <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<!–/.pinglist–>
</div>
<?php } ?><?php else: // if there are no comments yet ?>
- The topic ‘Accidently deleted comments from blog’ is closed to new replies.