<SITE_VISITORNUMBER>
Tag Function:
- Outputs the amount of visitors that have viewed your photoblog.
Main Usage:
- Used within image_template.html to dynamically recall and output the amount of visitors that have viewed your photoblog.
Examples:
In your image template, you can use the tag like this:
<SITE_VISITORNUMBER> people have viewed my photos.
Sample Output:
Using the code above will generate the following when the template is run:
198 people have viewed my photos.
NavigationRelatedTags
<< <SITE_URL> | TemplateTags | <ADVNCD_SITE_VISITORNUMBER> >>