<IMAGE_CATEGORY_PAGED>
Tag Function:
- Displays the categories that the current image is assigned to.
Main Usage:
- Used within image_template.html to dynamically recall and display the current images assigned categories
when using the paged archive addon.
Examples:
In your image template, you can use the tag like this:
Sample Output:
Using the code above will generate the following when the template is run:
Categories:
<a href="index.php?x=browse&category=1&pagenum=1">[default]
</a> <a href="index.php?x=browse&category=2&pagenum=1">[nikon]
</a> <a href="index.php?x=browse&category=3&pagenum=1">[nature]
</a>
Sample Outcome:
Using the output 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_category_singular =
"Category:";
$lang_category_plural =
"Categories:";
PagedArchiveAddonTags
<< <TAG_IMG_LIST_KEYWORDS> | TemplateTags | <CATEGORY_LINKS_AS_LIST_PAGED> >>