Templates Functions
From Photostand Wiki
General photoblog functions
- Photoblog title - Returns the photoblog title.
- Photoblog description - Returns the photoblog description.
- Photoblog keywords - Returns the photoblog keywords.
- Photoblog encoding - Returns the photoblog characters encoding.
- Photoblog error - Returns any potential error message.
- Photoblog about - Returns the content of the About page.
- Photoblog path - Returns the photoblog path (Url Rewriting).
Archives functions
- Archives array - Returns a loop containing all articles.
- Archives line break - Returns an HTML value at the end of a line.
- Archives pages - Returns the pages of the archives.
- Archives thumbnail - Returns the path of all thumbnails in a loop.
- Archives thumbnail width - Returns the width of all the thumbnails in a loop.
- Archives thumbnail height - Returns the height of all the thumbnails in a loop.
- Archives article title - Returns the article title in a loop.
- Archives article url - Returns the article url in a loop.
- Archives categories - Returns the list of all categories.
- Archives months - Returns the list of last months.
- Archives thumbnails row - Returns a row containing latest article thumbnails.
Articles functions
- Article photo - Returns all images associated to the current article.
- Article photo exists - Returns an HTML value if there's at least one photo with the article.
- Article next - Returns the reference value of a link pointing toward the following article.
- Article previous - Returns the reference value of a link pointing toward the previous article.
- Article title - Returns the current article title.
- Article date - Returns the current article date.
- Article categories - Returns the categories associated to the current article.
- Article author - Returns the current article author username.
- Article text - Returns the current article content.
Comments functions
- Comments array - Returns a loop containing all comments for the current article.
- Comments name - Returns the name of the comment author.
- Comments email - Returns the email adress of the comment author.
- Comments date - Returns the date of the comment.
- Comments website - Returns the website of the comment author.
- Comments text - Returns the comment itself.
- Comments number - Returns the number of comments associated to the article.
- Comments popup - Returns the reference value of a popup link.
- Comments form hidden - Returns a hidden input containing the article ID.
- Comments form captcha - Returns a captcha field for comments.
- Comments form input - Returns all required fields.
Exifs functions
- Exif photo make - Returns the make of the camera that took the photo.
- Exif photo model - Returns the model of the camera that took the photo.
- Exif photo datetime - Returns the photo date and time.
- Exif photo exposuretime - Returns the photo exposure time.
- Exif photo isospeed - Returns the photo iso speed rating.
- Exif photo flash - Returns whether or not the flash has been used.
- Exif photo focallength - Returns the photo focal length.
Links functions
- Link archives - Returns the reference value of a link pointing toward the archives page.
- Link about - Returns the reference value of a link pointing toward the about page.
- Link atom - Returns the reference value of a link pointing toward the atom feed.
- Link rss - Returns the reference value of a link pointing toward the rss feed.
Search functions
- Search form - Returns the complete search form.
- Search array - Returns a loop containing all results of a research.
- Search result title - Returns the article title of the current result.
- Search result article - Returns the article content of the current result.
- Search result url - Returns the article url of the current result.
- Search keywords - Returns the keywords of the current research.

