low_reorder:entries limits to 100 items
when I use low_reorder:entries tag in template, the total number of items returned is 100 (due to expression channel entries default of 100 items) I want to show more items, but there's no parameter to override the limit of items.
Any ideas?
Replies
Low 11 Feb 2020 19:08
You can use the native channel:entries parameter limit="" (the low_reorder:entries tag extends it).
Truong 12 Feb 2020 08:41
Hi Thanks, it works