Hi! When on a single post, I would to show the latest comment right below the title, and then at the end of the post, all the comments for this post.
I know how to show all the comments to this post using <?php comments_template(); ?> but I'm unable to show the latest post on top of my post. I tried to use <?php comment_excerpt(); ?> but I didn't find a way to make it work.
Any help is welcome, thanks! :)