<$mt:EntryCommentCount$>
Outputs the number of published comments for the current entry in context.
This page was last updated on 1969-12-31, 16:00. [Edit]
Outputs the number of published comments for the current entry in context.
Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.
Copyright 2007-2009 Six Apart Ltd. All content licensed under Creative Commons Attribution-Share Alike 3.0 Unported License.
Gautam Patel
September 13, 2009 5:19 AM | Reply
From one of the default templates, I picked up this nugget:
I guess this means that this tag takes additional attributes:
to be used thus
The tag then evaluates the number and if it is 0, uses the none attribute; if 1, then the singular attribute, and if more than 1, the plural attribute.
Gautam Patel
September 17, 2009 4:51 AM | Reply
correction:
it's this:
And it works on all count tags.