Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: show number of comments?

Something like this:

<div class=”commentcount”><?php $commentcount = $topic->topic_posts -1; echo ($commentcount) ?> <img alt=”number of comments” src=”/images/sticky-bubble.gif” /></div>

Skip to toolbar