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

·By Day
category.next_articles_text contains either "Next" or the date of the next article in the chosen format, depending on what was selected in the Daily Pager - Next Link menu.

·By Month
category.next_articles_text contains either "Next" or the next month in the chosen format, depending on what was selected in the Monthly Pager - Next Link menu.

·By Page, where the paging type is set to n articles
category.next_articles_text contains either "Next" or "Next n articles", depending on what was selected in the Articles Per Page - Next Link menu.

·By Page, where the paging type is set to n days
category.next_articles_text contains either "Next" or "Next n days", depending on what was selected in the Days Per Page - Next Link menu.



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

<a href="{{category.next_articles_url}}">{{category.next_articles_text}}</a>