I want to display the most recent comments, but restrict them to posts under a specified category. (so php recent_comments('1') gives all under cat "General" Is there any short around way of doing this?
I've been using Krischan's get_recent_comments plugin ( http://blog.jodies.de/archiv/2004/11/13/recent-comments/ ), and also found this old post http://wordpress.org/support/topic.php?id=1200#post-5937 but neither of them fit the bill exactly.
I needed this since I tagged all posts under one of the language categories, and I was working on isolating each language section to its language only - and the comments section stuck out.