Low Reorder: Next / Prev entry links, getting the current position of the entry within the paginated group.
next / prev links: Is it possible to get the current position of the entry within the paginated group? For example, displaying "1 of 10", "2 of 10", and so on. I know the {count} will return the total number of entries to I'm just looking for a way to display it's position within the set.
Replies
Low 28 Mar 2012 09:11
Hi! If you're in a paginated page, you could probably use the {absolute_count} parameter: http://expressionengine.com/user_guid...
If you're on a single page, there's currently no way of checking what you describe.