generates the comments invitation hyperlink.
This tag works only within the lb:loop_postings tag.
It adds the number of existing comments within round brackets, like that (5). It does not set a link if the user is already on the right page.
Usage
<lb:link_comments> Some Code </lb:link_comments>
Example
<lb:link_comments>Your Comments</lb:link_comments>
Returns
<a href="index.php?show=44#comments">Your Comments (5)</a>
Notice
Don’t use this tag within the <lb:area_comments> tag!!! It will turn the commenting system upside down!
