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

·By Day
category.next_articles_url is the URL for the page containing the next day's photos.

·By Month
category.next_articles_url is the URL for the page containing the next month's photos.

·By Page, where the paging type is set to n articles
category.next_articles_url is the URL for the page containing the next n photos.

·By Page, where the paging type is set to n days
category.next_articles_url is the URL for the page containing the next n days' photos.



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

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