How to show only 5 comments on page?
-
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.
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘How to show only 5 comments on page?’ is closed to new replies.