sql sorgum şu şekilde.
SELECT * FROM `wp_posts` WHERE `post_author` IN ( '1', '60', '24' ) GROUP BY `post_author` ORDER BY `wp_posts`.`post_modified` DESC LIMIT 0 , 30
0
●114
SELECT * FROM `wp_posts` WHERE `post_author` IN ( '1', '60', '24' ) GROUP BY `post_author` ORDER BY `wp_posts`.`post_modified` DESC LIMIT 0 , 30