category.next_articles_text

Previous page  First page  Next page

category.next_articles_text is a string variable containing the text for the link to the next page in the category.

 

The text displayed depends on the way the reader is paging through the blog 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_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>