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

·By Day
category.prev_articles_url is the URL for the page containing the previous day's articles.

·By Month
category.prev_articles_url is the URL for the page containing the previous month's articles.

·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 articles.

·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' articles.

·Through a photo album
category.prev_articles_url is the URL for the page containing the previous page of 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>