Anyone any idea how to get comments excertps working?
<?php if ($comments) : ?>
<?php comment_excerpt(); ?> <a href=" <?php comments_link(); ?>">Read more about this comment!</a>
<?php endif; ?>
This is my attempt to get comments excerpts on index.php, no joy so far