@Dave: it is not made to display different groups of comments on one page, I remember some clients tried it and the issue was that when posting a new comment the system cannot know on which set you want to save that new comment. It might work to display only (without posting comments) but there is no guarantee.
Dave
Posted 5555 days ago
Is it possible to display the last 3 comments from different articles on one page?
Thanks
pera
Posted 5556 days ago
komentar
Adrian
Posted 5556 days ago
Hello AL, yes, it can be added on multiple pages, just paste that include line and the comment script will automatically display different set of comments on the different pages. Or if you like, you can also show same set of comments in multiple locations, that is by specifying a comment ID before the include line and use same ID in as many locations if you like, for example:
It might work to display only (without posting comments) but there is no guarantee.
Thanks
Or if you like, you can also show same set of comments in multiple locations, that is by specifying a comment ID before the include line and use same ID in as many locations if you like, for example:
$comment_id = "article_20"
include("comments/comments.p hp");
Again, if you do not specify an ID, then it will show different comments on each different page.