older
Attributes:
- showalways="1" • Show wrapped value even when no newer page exists.
- title="0 or 1" • Make content attribute value the users title, or full name. Available values: 0 (no) or 1 (yes). Default is 0 (no).
- escape="html" • Escape HTML entities such as <, > and & for title text.
Behaviors:
The older tag is both a single tag and a container tag. Should be used in a page after an article tag. This tag returns an XHTML link to the next list of articles in the sort order. The container tags wrap the text or tag assigned to the link, as a single tag it outputs the URL for the previous list page.
An article list consists of the assigned number of articles set by the article tag. If there are no articles available having older status (articles ranked lower, or later, in the present sort criteria than the present bottom of page article) "older" will not display unless the showalways attribute is set to 1. It is normally seen used in tandem with newer.
Given an <txp:article limit ="5" /> tag on the page in question, older will page down five articles at a time from the most recent post back in time to the oldest.
Note: This tag is context sensitive, meaning it will only grab content from the section or category being viewed.