You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/templates/pagination.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ The second method is a more traditional "next page" / "previous page" output:
23
23
24
24
Pagination will also automatically restrict itself to any category you're currently viewing. So if you have a category specified in your channel entries tag or you are viewing the entries of a category, then the pagination links will automatically restrict themselves to only entries in that category.
25
25
26
+
NOTE: **Note:** If there is not enough content for more than one page, nothing will be output by these tags.
27
+
26
28
## Example Code
27
29
28
30
Here are two basic code examples, one for each of the methods mentioned above. Information about the variables and parameters are covered later.
0 commit comments