I have some experience building sites in EE, but believe it or not I haven’t had a need to build a simple blog using EE… until now. I’m trying to build the template for a blog index page that simply shows the last 10 entries. One piece of data I want to display beneath each entry (on the index page), is the number of comments received. This is in EE 1.6.9.
To keep it simple, I tried this:
{exp:comment:entries}
{absolute_count} comments
{/exp:comment:entries}The results come back completely blank—the entire paragraph element and all the text inside is missing from the source.
I’ve tried this both inside of the {exp:weblog:entries} tag and outside of it. I’d tried adding weblog and entry_id parameters to the {exp:comment:entries} tag but nothing seems to have an effect. Comments are enabled for the weblog, as well as the individual entry. I would expect it should tell me that there are zero comments.
I must be missing something really simple…