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/channels/entries.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -773,6 +773,10 @@ If five entries are being displayed per page, then for the fourth entry on the s
773
773
774
774
**BONUS:** Since the Search module utilizes channel variables, {absolute_count} is also available to the Search Results tag.
775
775
776
+
### `{absolute_index}`
777
+
778
+
Similar to `absolute_count` but starts at 0 instead of 1. So the first entry will have value of "0" and the second entry will have a value of "1" etc.
779
+
776
780
### `{absolute_results}`
777
781
778
782
This variable will always display the absolute total number of results that are returned by the tag, regardless of pagination.
@@ -947,6 +951,10 @@ The date the entry was submitted in GMT. This variable is **not** localized for
947
951
948
952
The date on which the entry was last edited in GMT. This variable is **not** localized for each user's date settings. See [Date Variable Formatting](templates/date-variable-formatting.md) for more information.
949
953
954
+
### `{index}`
955
+
956
+
Similar to `count` but starts at 0 instead of 1. So the first entry will have value of "0" and the second entry will have a value of "1" etc.
957
+
950
958
### `{ip_address}`
951
959
952
960
The IP address of the author when they posted the entry.
0 commit comments