Tags
Pagination
{exp:structure:paginate parse="inward"}
{exp:weblog:entries weblog="your-weblog" dynamic="off" limit="10"}
{/exp:weblog:entries}
{/exp:structure:paginate}
Paginate entries within a listing (not regular pages). Requires parse="inward" and retrieves all needed data/params from {exp:weblog:entries} tag it surrounds. The offset parameter is NOT required in contained weblog tag.
First & Last Links
show_first_last="yes|no", defaults to yes
Location
location="top|bottom|both", defaults to bottom
Next & Previous Links
show_next_previous="yes|no", defaults to yes
Number of Pages to Show
show_num_pages="6"
If mode = jumping it will show that amount of links at a time, if mode = sliding it will show that amount before and after current page.
Show Page & Total
show_page_total="yes|no", defaults to no
Displays "Page 1 of 42"
Type of Pagination
mode="jumping|sliding", defaults to sliding
"jumping" shows a set of XX amount of links while "sliding" always show XX amount before and after the current page
Text: First Link
first="« First", defaults to First
Changes the link text.
Text: Last Link
last="Last »", defaults to Last
Changes the link text.
Text: Next Link
next="Next »", defaults to Next
Changes the link text.
Text: Previous Link
previous="« Previous", defaults to Previous
Changes the link text.
