suppose I currently have my comment setup to show as so
<font class="com_name">"><?php comment_author(); ?></font>
<font class="com_tag">[<?php comment_date('m.d.y'); ?> | <?php comment_time('g:i A'); ?>]</font>
<p class="com_comment"><?php comment_text(); ?>
how can set it up so that only the 5 latest comments show up on the page? i cant seem to find how in the codex.
I posted this on another section, but realized that I might not be getting a answer because its in the wrong section, sorry.