shows a list of comments
Usage 1
If you do not assign any attributes, it shows all comments belonging to the current posting.
<lb:loop_comments>structure of one comment goes here</lb:loop_comments>
Usage 2
Special case: Shows the most recent comments, not depending on the current posting.
<lb:loop_comments global="true" number="5">structure of one comment goes here</lb:loop_comments>
Attributes
global
“true”: show all recent comments, not depending on the current posting
“false”: show all comments belonging to the current posting
number
defines the number of comments, using the “global” function.
