Entry_index tag not working!!
this is my code:
{exp:low_reorder:entry_index set="1" entry_id="1"}
{title}
{/exp:low_reorder:entry_index}
but im getting an error message that says: The following tag cannot be processed:
Im trying to get the first entry from each category. Than the second entry, than the third and son on?
Replies
Low 3 Aug 2012 06:48
The Entry Index tag is not meant to work as a tag pair, but as a single tag and only returns a number: the index of the entry's position in its set.
If you want to display an entry, either use the low_reorder:entries tag or the native channel:entries tag.