comments_invite
The comments_invite tag is a single tag which is used to display a link to an article comment form. Text used for the link will be taken from the invitation field on the “write” screen.
This tag can be used in both Page templates and Forms.
attributes
showcount="1" (boolean)
textonly="0" (boolean)
showalways="0" (boolean)
wraptag="unset"
class="comments_invite"
Display comments invitation and comment count
But only if there are any comments associated with the current article.
<txp:if_comments><p><txp:comments_invite /></p></txp:if_comments>
Other tags used: if_comments