show specific number in ordered list
Low Reorder Question
Hi. Sorry probably being Dumb but I want to show specific entries from a low reorder set. For example I have three columns and I want to list the top 4 entries in the first column, the next 4 entries in the second column and so on. Cant seem to figure out how to do it.
thanks
joemo
Replies
Low 9 Jan 2014 17:36
You can use the limit="" and offset="" parameters for that, using multiple LR tags.
Or you could try the new native modulus operator to insert html every 4th entry.
Jon Roome 9 Jan 2014 17:42
Bingo, Thanks. of course.