Hi, I am wondering if someone can help me out with getting the count of the comments of a page?
I am using Ryan's comments module as a reviews system for my site and would like to display the count of the comments per page, as below
The shops part that you see above is something similar to this
<?php $set_page = $page->title;
$count = $pages->count("template=prices, title=$set_page");
echo $count;
?>