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 through the blog:

·By Day  
category.prev_articles_url is the URL for the page containing the previous day's photos.  
 
·By Month  
category.prev_articles_url is the URL for the page containing the previous month's photos.  
 
·By Page, where the paging type is set to n articles  
category.prev_articles_url is the URL for the page containing the previous n photos.  
 
·By Page, where the paging type is set to n days  
category.prev_articles_url is the URL for the page containing the previous n days' photos.  



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

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