The comments_invite tag is a Single Tag. Textpattern will replace this tag with a link to an article comment form. Text used for the link will be the taken from the invitation field on the “write” screen. Used in an article form.
The comments_invite tag has the following syntactic structure…
<txp:comments_invite />
Tag will accept the following attributes (case-sensitive):
Whether to display comment count. Available values: 1 (yes), 0 (no). Default is 1 (yes).
Whether to display invite as text, rather than a hyperlink. Available values: 1 (yes), 0 (no). Default is 0 (no).
Whether to display invite on individual article page. Available values: 1 (yes), 0 (no). Default is 0 (no).
(X)HTML class attribute to be applied to wraptag. Default is comments_invite.
(X)HTML tag (without brackets) to wrap around invite text. Default is unset.
<txp:if_comments><p><txp:comments_invite /></p></txp:if_comments>
Other tags: <if_comments>