Hello. I just can't find this information. I searched for it for like an hour, but still can't find out how to limit the number of comments per post. I tryed with two plugins, but they were so old, they did not work on my version. I guess i have to put a limit on a mysql query, but i can not find where. I only got it to show that there are less comments, but it still outputs them all. Maybe something to do with wp_list_comments function ... Please help
I did it, hoorayy i used $_comments=array_slice($_comments, 0, 5); in the wp_list_comments function in the comment-template.php file