I have a Wordpress site and I've set up an author.php
page where a users information is displayed.
Currently I've managed to get it to show the authors latest posts they've add to the site using query_posts
.
However, I want this page to also show the authors latest comments he has posted on the site, but I can't seem to figure out how to do it with a query, as I'm not sure if Wordpress supports this feature.