paging1Tpl
Last updated Apr 29th, 2019 | Page history | Improve this page | Report an issue
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$280 per month—let's make that $500!
Learn moreAdvSearch's paging1Tpl Chunk¶
A Chunk named "Paging1" is provided with AdvSearch. This Chunk name is set as &paging1Tpl property on the AdvSearch snippet.
Default Value¶
[[+previouslink:isnot=``:then=`<span class="advsea-previous"><a href="[[+previouslink]]">Previous</a></span>`]]<span class="advsea-current"> [[+first]] - [[+last]] / [[+total]] </span>[[+nextlink:isnot=``:then=`<span class="advsea-next"><a href="[[+nextlink]]">Next</a></span>`]]
Available Placeholders¶
| Name | Description |
|---|---|
| previouslink | Link to the previous page. |
| first | Number of first result of the current page. |
| last | Number of last result of the current page. |
| total | The total number of results. |
| nextlink | Link to the next page. |
See Also¶
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$280 per month—let's make that $500!
Learn more










