I’ve done a bunch of digging, but can’t seem to find a similar situation. I’m interested in providing, as a summary item, the count of the number of comments made to a single weblog entry from a multi-listing page. I hope that makes sense.
{exp:weblog:entries weblog="articles" display_by="week" week_sort="desc" show_current_week="yes" start_day="Sunday" limit="3"}
<h3 class="leadArticle">{exp:char_limit total="40"}{title}{/exp:char_limit}</h3>
//would like to show comment count here
{if articleImage ==""}{articleSummary}<a href="http://{title_permalink=test/ArticlePage}">...more</a>{if:else}
{articleImgThumb}
{articleSummary}<a href="http://{title_permalink=test/ArticlePage}">...more</a>{/if}
{/exp:weblog:entries}Found this here but it still only displays total_comments for all entries made to a weblog rather then for each entry in a weblog.
Is there a way to achieve this with EE?