Default limit?
I'm using shortcode throughout my site and I understand the default limit of items is 15 but is there any way that I can show unlimited items or if not should I just add a large number to the limit option? i.e. limit="50000"
2 Answers
Putting in 'limit="-1"' into the shortcode will return all records, just like Pod::findRecords()
Great, thanks for this.


