<IMAGE_COMMENT_TEXT>
Tag Function:
- Displays the text, "Comment" or "Comments".
Main Usage:
- Used within image_template.html and comment_template.html to dynamically recall and load the text, "Comment" or "Comments".
Examples:
In your image or comment template, you can use the tag like this:
<IMAGE_COMMENTS_NUMBER> <IMAGE_COMMENT_TEXT>
Sample Output:
Using the code above will generate the following when the template is run:
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_comment_plural =
"Comments";
$lang_comment_single =
"Comment";
CommentRelatedTags