2 john May 01, 2007 05:46In that case why don't you just link to yourblog.com/index.php?disp=comments and in _lastcomments.php simply edit the following... $CommentList = & new CommentList( $blog, "'comment','trackback','pingback'", array('published'), '', '', 'DESC', '', 20 ); and change the 20 to whatever figure you like. I'm not sure how you would add pagination though because as it is displays them all on ONE page.
In that case why don't you just link to yourblog.com/index.php?disp=comments
and in _lastcomments.php simply edit the following...
and change the 20 to whatever figure you like.
I'm not sure how you would add pagination though because as it is displays them all on ONE page.