I would like to remove the tekst and "(" and ")" for the comments link in the category_item list view, only the number to be linked is enough for me.
But I can't change it in de template? How can i change this?
If got the following code:
<a href="<?php echo $this->item->link; ?>#itemCommentsAnchor">
<?php echo $this->item->numOfComments; ?>
</a>