<IMAGE_FIRST_TITLE>
Tag Function:
- Displays the title of the first image.
Main Usage:
- Used within image_template.html to dynamically recall the title of the first image.
Examples:
In your image template, you can use the tag like this:
<a href=
"index.php?showimage=<IMAGE_FIRST_ID> alt="<IMAGE_FIRST_TITLE>
" />View First</a>
Sample Output:
Using the code above will generate the following when the template is run:
<a href="index.php?showimage=1" alt="First Photo Title" />View First
</a>
ImageRelatedTags
<< <IMAGE_FIRST_ID> | TemplateTags | <IMAGE_PERMALINK> >>