Una cosa di questo tipo?

codice:
SELECT *
FROM ( SELECT * FROM Post ORDER BY ora_e_data DESC LIMIT 10) AS P
     INNER JOIN 
Commenti C on(P.id = C.id_del_post)