how to limit comment on home page
-
i need to show only last 5 comment for guestbook box on homepage (index.php)
i this code good for show comment from guestbook page, but show all comment, if i need to show only 5 comment how to limit it.thanks you
<?php query_posts(‘pagename=guestbook’); ?>
<?php while (have_posts()) : the_post(); ?>
<?php comments_template(); ?>
<?php endwhile; ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘how to limit comment on home page’ is closed to new replies.