<SUB_TITLE>
Tag Function:
- Displays the sub title of your photoblog, definable within the admin options pane.
Main Usage:
- Used within any template file to dynamically recall and load the site sub title.
Examples:
In your image template, you can use the tag like this:
<head>
<title><SITE_TITLE> - <SUB_TITLE></title>
</head>
Sample Output:
Using the code above will generate the following when the template is run:
<head>
<title>Pixelpost Site Title - Authentic Photoblog Flavour</title>
</head>
NavigationRelatedTags
<< <SITE_TITLE> | TemplateTags | <SITE_BROWSELINK> >>