Blog Harbor
Full Service Weblog Hosting
View Article  category.prev_articles_url
category.prev_articles_url Previous Top Next A string variable containing the URL for the previous page in the category. What the "previous page" is depends on how the reader is paging through the and the settings chosen on the Navigation page in the Settings section. If the reader is paging...   more »
View Article  category.prev_articles_text
category.prev_articles_text Previous Top Next A string variable containing the text for the link to the previous page in the category. The text displayed is one of either "Previous", "Previous page" or "Previous n photos", depending on what was selected in the Articles Per Page - Previous Link...   more »
View Article  category.next_articles_url
category.next_articles_url Previous Top Next A string variable containing the URL for the next page in the category. What the "next page" is depends on how the reader is paging through the and the settings chosen on the Navigation page in the Settings section. If the reader is paging through...   more »
View Article  category.next_articles_text
category.next_articles_text Previous Top Next A string variable containing the text for the link to the next page in the category. The text displayed is one of either "Next", "Next page" or "Next n photos", depending on what was selected in the Articles Per Page - Next Link menu in the...   more »
View Article  breadcrumb
breadcrumb Previous Top Next The breadcrumb loop is used to generate the "breadcrumbs", which is the trail of category names at the top of each photo album in the default photoalbum template. The basic syntax of the loop is: {{loop breadcrumb}} (body of loop goes here) {{/loop}} The loop starts...   more »
View Article  "photoalbum" Template Items
"photoalbum" Template Items Previous Top Next Variables   ·pager
A string containing links to previous and next pages Loops   ·breadcrumb
A loop that iterates through all the categories from the Main Page down to the article's category....   more »
View Article  The "photoalbum" Template
The "photoalbum" Template Previous Top Next The photoalbum template defines the layout of items in photo albums that are set to display photos in photo album format (that is, grouped together, regardless of when they were added to the album). You set photo albums to display photos in album...   more »
View Article  view_url
view_url Previous Top Next A string variable containing the URL for this photo.   more »
View Article  trackbacks.html
trackbacks.html Previous Top Next trackbacks.html is a template file which if included, displays all the trackbacks for the photo. Example This code causes all the trackbacks for the photo to be displayed under the heading "Trackbacks": <h1>Trackbacks</h1> {{include...   more »
View Article  trackback_url
trackback_url Previous Top Next A string variable containing the trackback URL for the photo.   more »
View Article  trackback_rdf
trackback_rdf Previous Top Next A string variable containing trackback RDF information. This information is not meant for readers but for blogs and other web pages that support the trackback standard. Its format is: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"...   more »
View Article  title
title Previous Top Next A string variable containing the title of the accompanying text for the photo, which the author enters into the Caption field of the Post Photo or Edit Photo page. This is empty if the photo is has no caption. It can also be used as a boolean variable; it is true if it...   more »
View Article  sized_photo_width
sized_photo_width Previous Top Next This page is being updated. Please check back soon.   more »
View Article  sized_photo_url
sized_photo_url Previous Top Next This page is being updated. Please check back soon.   more »
View Article  sized_photo_height
sized_photo_height Previous Top Next This page is being updated. Please check back soon.   more »
View Article  restricted
restricted Previous Top Next A boolean variable that is true if the photo was posted into a restricted category. photos in restricted categories can be viewed only by their authors or readers who either have permission to view that category or belong to a group that has permission to view that...   more »
View Article  publish_time.zone
publish_time.zone Previous Top Next A string variable containing the standardized abbreviation for the timezone set for the photo. Timezones are set on a per-photo basis. This is done by selecting a timezone from the Timezone menu (located in the Advanced photo Options sidebar of the Post photo...   more »
View Article  publish_time.year
publish_time.year Previous Top Next A string variable containing the year when the photo was published. The format is: yyyy Where yyyy are the digits for the year. Example The following displays the year when the photo was posted immediately after "Posted in the year": Posted in the year...   more »
View Article  publish_time.sec
publish_time.sec Previous Top Next A string variable containing the second when the photo was published. The format is: ss Where ss are the digits for the seconds. Seconds less than 10 have a leading zero. Example The following displays the second when the photo was posted immediately after...   more »
View Article  publish_time.month_name_short
publish_time.month_name_short Previous Top Next A string variable containing the abbreviated name of the month when the photo was published. Possible values are:   ·Jan
  ·Feb
  ·Mar
  ·Apr
  ·May...   more »