Default limit?

0

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"

asked Jun 28 '10 at 10:20

daretothink

11

add comment
enter at least 15 characters

2 Answers

1

Putting in 'limit="-1"' into the shortcode will return all records, just like Pod::findRecords()

answered Jun 28 '10 at 10:43

clarinetlord

456

add comment
enter at least 15 characters
0

Great, thanks for this.

answered Jun 29 '10 at 7:41

daretothink

11

add comment
enter at least 15 characters