A string variable containing the text for the link to the previous page in the category.
The text displayed depends on the way the reader is paging through your blog and the settings chosen on the Navigation page in the Settings section. If the reader is paging through the blog:
| category.prev_articles_text contains either "Previous" or the date of the previous article in the chosen format, depending on what was selected in the Daily Pager - Previous Link menu.
|
| category.prev_articles_text contains either "Previous" or the previous month in the chosen format, depending on what was selected in the Monthly Pager - Previous Link menu.
|
| · | By Page, where the paging type is set to n articles
|
| category.prev_articles_text contains either "Previous" or "Previous n articles", depending on what was selected in the Articles Per Page - Previous Link menu.
|
| · | By Page, where the paging type is set to n days
|
| category.prev_articles_text contains either "Previous" or "Previous n days", depending on what was selected in the Days Per Page - Previous Link menu.
|
Example
In the example below, the text for the previous page is displayed and linked to the URL for the previous page (which is contained within the variable category.prev_articles_url).
| <a href="{{category.prev_articles_url}}">{{category.prev_articles_text}}</a>
|
Trackbacks
TrackBack URL:
http://demo.blogharbor.com/blog/_trackback/82625
No trackbacks found.