Enclavely / tailor

Build beautiful page layouts quickly and easily using your favourite WordPress theme.
https://www.tailorwp.com
GNU General Public License v3.0
1.05k stars 102 forks source link

Set 'posts_per_page' to -1 to allow unlimited gallery images #86

Closed arashohadi closed 7 years ago

arashohadi commented 7 years ago

Having more than 10 images in a Tailor Gallery element will not work at the moment. This is because the default for a WP_Query is set to 10.

Setting posts_per_page => -1 allows for unlimited images in a single gallery. If you wish to cap the value at for example 100 please feel free to change this.

andrew-worsfold commented 7 years ago

Thanks for this!