Thread Starter
tumrai
(@tumrai)
thank you rob.s
now i found this code and Work! 🙂
<?php get_comments('array_args'); ?>
http://codex.wordpress.org/Function_Reference/get_comments
and limit comment by number
<?php get_comments('post_id=172&number=5'); ?>