The comments_count tag is a Single Tag. Textpattern will replace this tag with the number of comments associated with a particular article. Though comments_count can be used independently, it is also called by <comments_invite /> to
append the comments count to the comments_invite link. Used in an article form.
The comments_count tag has the following syntactic structure…
<txp:comments_count />
There are no attributes associated with comments_count.
<txp:if_comments> <p><txp:comments_invite showcount="0" /> <txp:comments_count /> people have already responded.</p> </txp:if_comments>
Other tags used: <comments_invite />, <if_comments>