> First I replaced <?php $theme->display ( 'comments' ); ?> by <?php > $theme->comments_link($post); ?> > in home.php, entry.single.php, page.single.php, etc.
Oops... sorry for the confusion here... after verification, I did not replace <?php $theme->display ( 'comments' ); ?> which actually displays all the comments themeselves. I just used <?php $theme->comments_link($post); ?> in my template to display the comment link and added the proper function in theme.php Now that should be more clear. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
