Any idea how i can setup my theme to only show the latest comment to an image?
`<?php while (next_comment()): ?>
<?php printCommentAuthorLink(); ?> says:
<?php echo getCommentBody();?>
<?php echo getCommentDate();?>
,
<?php echo getCommentTime();?>
<?php endwhile; ?>`
Sorry, I am just not used to reading OOP style code, so I am finding it harder to figure out how some of the different functions and classes work.
Comments