Is there a way to limit get_comments results to just the latest comment from every post?

2 Answers
2

get_comments( array( 'number' => '1') );

See http://codex.wordpress.org/Function_Reference/get_comments

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *