Hi,
I’m not sure if you’ve solved this problem of your’s? I was interested in doing the same thing and was playing around just now.
I figured out that the number of entries per page is defined in the variable entries_per_page
as 50. It is located in a few placesteachpress/core/shortcodes.php
and teachpress/core/general.php
. One thing you could do is just increase this value. I presume one overrides the other, so I just played around now and changed them all; of course, it’s better to find out which shortcode you’re using, etc. and just change that one.
Alternatively, there is the variable pagination
, which you could try switching to “off” (0). I guess this would work as well.
Hope this helps!
Ray