Table of Contents

txp:comment_anchor

The comment_anchor tag is a Single Tag. Textpattern will replace this tag with an empty anchor tag with an id attribute reflecting the comment ID. Used in the form that renders your comments, the default form is named “comments”.

Syntax

The comment_anchor tag has the following syntactic structure…

<txp:comment_anchor />

Attributes

There are no attributes associated with comment_anchor.

Examples

Tag output from a comment form displaying comment "000005"

<a id="000005"></a>