The comment count isn’t showing on my posts. I think I may be having the same issue as http://ellislab.com/forums/viewthread/211387/ I didn’t see any link to the bug report, is this something that has been resolved?
I’m pasting my code below just in case you need to see it.
EE v2.4.0 - Build: date 20120123
Thanks!
Jules
<section id="comments">
{exp:comment:entries channel="{my_channel}" limit="1" }
<h4>Comments <span class="spch-bub-inside"><span class="point"> </span><em>{total_comments}</em></span></h4><p> <br />
<br />
{/exp:comment:entries}</p>
<p> <ol class="commentlist"><br />
{exp:comment:entries channel="{my_channel}" sort="asc" limit="50" paginate="bottom"}<br />
<br />
{if comments}<br />
<br />
<li class="comment-content {switch="odd|even"}"><br />
<br />
<a name="comment{comment_id}"></a> <br />
<br />
<small class="commentmetadata">{comment_date format="%F %d, %Y @ %g:%i%a"}</small><br />
<br />
<cite><br />
<span class="g-image"> <br />
{if avatar}{avatar_url}<br />
{if:else}{site_url}images/avatars/default_set/aar_default.jpg<br />
{/if} <br />
</span><br />
{name}<br />
</cite> <br />
<br />
<div class="comment_copy"><br />
{comment}<br />
</div><br />
<br />
</li><!-- /comment-content --><br />
<br />
{paginate}<br />
<li class="paginate"> <br />
{if "{total_pages}" != 1}Page {current_page} of {total_pages} pages {pagination_links}{/if}<br />
</li><br />
{/paginate}<br />
<br />
{/if} <br />
<br />
{/exp:comment:entries}<br />
</ol><!-- /commentlist --><br />
<br />
</section><!-- /comments -->