Get recent comments
-
I am using the get_comments function to display all recent comments.
Like this:<?php foreach (get_comments() as $comment): ?> <div><?php echo $comment->comment_author; ?> said: "<?php echo $comment->comment_content; ?>".</div> <?php endforeach; ?>
But the deviantart image doesn’t appear.
How do I get it to appear?Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Get recent comments’ is closed to new replies.