Comments help
Contents
Syntax
<txp:comments_help />
The comments_help tag is a single tag which is used to display a markup language (textfilter) help link. This tag can be used in a Textpattern page or a Textpattern form.
Attributes
This tag has no attributes of its own. It accepts only the global attributes .
Examples
Example 1: Comment form
<p>
Name (required)<br>
<txp:comment_name_input />
</p>
<p>
Email (required)<br>
<txp:comment_email_input />
</p>
<p>
Website<br>
<txp:comment_web_input />
</p>
<p>
<txp:comment_remember />
</p>
<p>
Message (required)<br>
<txp:comment_message_input /><br>
<txp:comments_help />
</p>
<p>
<txp:comment_preview />
<txp:comment_submit />
</p>
Other tags used: comment_email_input, comments_help, comment_message_input, comment_name_input, comment_preview, comment_remember, comment_submit, comment_web_input.