A string variable containing the URL for the next page in the category.
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:
| category.next_articles_url is the URL for the page containing the next day's articles.
|
| category.next_articles_url is the URL for the page containing the next month's articles.
|
| · | 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 articles.
|
| · | 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' articles.
|
| category.next_articles_url is the URL for the page containing the next page of 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>
|
Trackbacks
TrackBack URL:
http://demo.blogharbor.com/blog/_trackback/82624
No trackbacks found.