comments
Attributes:
- sort="sort value(s)" • How to sort the resulting list. Available values: discussid (comment ID#), parentid (article ID#), name, email, web, ip (IP address), posted, message, rand() (random). Default is posted asc.
- form="form name" • Default is comments.
- offset="integer" • The number of comments to skip. Default is 0.
- limit="integer" • The number of comments to display. Default is unset.
- wraptag="tag" • (X)HTML tag (without brackets) to wrap around list. Default depends upon preference setting, either ol or unset.
- break="value" • (X)HTML tag (without brackets) or string used to separate comments. Default depends upon preference setting, either li or div.
- class="class name" • (X)HTML class attribute to be applied to wraptag. Default is comments.
- breakclass="class name" • (X)HTML class attribute to be applied to break (when value supplied is a tag). Default is unset.
Behaviors:
The comments tag is a single tag which returns the comments associated with a particular article. Comments will be displayed for the present individual article as a default.