How can I show the number of comemnts but not as link? It seems that function comments_popup_link is not able to do it.
I don't want a link because I want to create a link to the full-page instead of scrolling to comments-part.
How can I show the number of comemnts but not as link? It seems that function comments_popup_link is not able to do it.
I don't want a link because I want to create a link to the full-page instead of scrolling to comments-part.
found out about this function:
<?php comments_number('zero', 'one', 'more'); ?>
that's showing the amount without a link
FIXED :)
This topic has been closed to new replies.