I already display a number of posts on the homepage that is different from that chosen under settings >> reading.
I was wondering if it's possible to display a number of comments on a particular custom page template that is different than the number chosen under settings >> discussion.
This is what I use for the posts:
<?php query_posts($query_string . '&showposts=28'); ?>
What would be the equivalent of this for comments?