Blog Harbor
Full Service Weblog Hosting
View Article  pager
pager Previous Top Next A string variable that contains links to previous and next pages.   more »
View Article  rows
rows Previous Top Next The rows loop is used to generate the rows of thumbnails during which the articles on the current category page were published. The basic syntax of the loop is: {{loop rows}} (body of loop goes here) {{/loop}} The loop starts does one iteration for each day on the current...   more »
View Article  The "photoalbum-byday" Template
The "photoalbum-byday" Template Previous Top Next The photoalbum-byday template defines the layout of items in photo albums that are set to display photos grouped by the day when they were published. You set photo albums to display photos by day in the Category Settings for that album (located...   more »
View Article  "photoalbum-byday" Template Items
"photoalbum-byday" Template Items Previous Top Next Variables   ·category.next_articles_text
The text string to display for the next page   ·category.next_articles_url
The url to retrieve the next batch of photos...   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's permalink page in the default photo template. The basic syntax of the loop is: {{loop breadcrumb}} (body of loop goes here) {{/loop}} The loop...   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 photo album. The text displayed depends on the way the reader is paging through your blog and the Article Paging settings chosen on the Category Settings page for the photo...   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 photo album. 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.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 photo album. The text displayed depends on the way the reader is paging through your blog and the Article Paging settings chosen on the Category Settings page for the...   more »
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 photo album. 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_breadcrumbs
category_breadcrumbs Previous Top Next A boolean variable that is true if there are previous or next pages for the current photo album. Example The code below is a simplified version of what's in the default category template. It causes links for the previous and next pages to appear if either...   more »
View Article  days
days Previous Top Next The days loop is used to generate the days during which the photos on the current category page were published. The basic syntax of the loop is: {{loop days}} (body of loop goes here) {{/loop}} The loop starts does one iteration for each day on the current page in reverse...   more »
View Article  The "style" Template
The "style" Template Previous Top Next The style template has no template variables.   more »
View Article  The "trackbacks" Template
The "trackbacks" Template Previous Top Next The trackbacks Template defines the layout of trackbacks, which appear on the individual article and photo pages in the default article and photo templates. The trackbacks Template is typically included into the article and photo templates using the...   more »
View Article  "trackbacks" Template Items
"trackbacks" Template Items Previous Top Next Variables   ·article.title
The article title   ·article.trackback_url
The trackback url for this article   ·article.url
The url to view the article for these trackbacks Loops...   more »
View Article  article.title
article.title Previous Top Next A string variable containing the title of the article to which the trackbacks refer. Example Here's some code that you might use just before going through the trackbacks loop: <p>Here are the trackbacks for {{article.title}}:</p>   more »
View Article  article.trackback_url
article.trackback_url Previous Top Next A string variable containing the trackback URL for the article. Example Here's some code that you might use just before going through the trackbacks loop: <p> Here's the tracknack url for this article: <a...   more »
View Article  article.url
article.url Previous Top Next A string variable containing the URL of the article to which the trackbacks refer. Example Here's some code that you might use just before going through the trackbacks loop. It also makes use of the article.title variable: <p>Here are the trackbacks for <a...   more »
View Article  trackbacks
trackbacks Previous Top Next The trackbacks loop is used to display the trackbacks for a blog entry. The basic syntax of the loop is: {{loop trackbacks}} (body of loop goes here) {{/loop}} The loop does one iteration for each trackback for the blog entry. The trackbacks loop can also be tested...   more »
View Article  Per-Category Templates
Per-Category Templates Previous Top Next This page is being updated. Please check back soon.   more »
View Article  category_breadcrumbs
category_breadcrumbs Previous Top Next A boolean variable that is true if there are previous or next pages for the current photo album. Example The code below is a simplified version of what's in the default category template. It causes links for the previous and next pages to appear if either...   more »