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 photo album in the Article and Photo Manager section. If the reader is paging through the blog:

·By Day  
category.prev_articles_text contains either "Previous" or the date of the previous article in the chosen format, depending on what was selected in the Daily Pager - Previous Link menu.  
 
·By Month  
category.prev_articles_text contains either "Previous" or the previous month in the chosen format, depending on what was selected in the Monthly Pager - Previous Link menu.  
 
·By Page, where the paging type is set to n articles  
category.prev_articles_text contains either "Previous" or "Previous n articles", depending on what was selected in the Articles Per Page - Previous Link menu.  
 
·By Page, where the paging type is set to n days  
category.prev_articles_text contains either "Previous" or "Previous n days", depending on what was selected in the Days Per Page - Previous Link menu.  



Example
In the example below, the text for the previous page is displayed and linked to the URL for the previous page (which is contained within the variable category.prev_articles_url).

<a href="{{category.prev_articles_url}}">{{category.prev_articles_text}}</a>