Set 'posts_per_page' to -1 to allow unlimited gallery images#86
Merged
andrew-worsfold merged 1 commit intoEnclavely:masterfrom Jan 30, 2017
Merged
Set 'posts_per_page' to -1 to allow unlimited gallery images#86andrew-worsfold merged 1 commit intoEnclavely:masterfrom
andrew-worsfold merged 1 commit intoEnclavely:masterfrom
Conversation
Contributor
|
Thanks for this! |
andrew-worsfold
referenced
this pull request
Mar 16, 2017
* Added - Instant undo/redo functionality with keyboard controls. * Added - Portuguese translation [GitHub 93](https://github.com/andrew-worsfold/tailor/pull/93). * Added - Autoplay speed setting to carousel and slideshow-based layouts [GitHub 87](https://github.com/andrew-worsfold/tailor/pull/87). * Improved - Allow unlimited images in Gallery elements [GitHub 86](https://github.com/andrew-worsfold/tailor/pull/86). * Improved - Sidebar styles to match the Customizer. * Changed - Default placeholder text for Content elements. * Fixed - tailor_get_users() query retrieves unnecessary information [GitHub 94](https://github.com/andrew-worsfold/tailor/pull/94). * Fixed - Sidebar styles affecting search field within WordPress Media Modal [GitHub 98](https://github.com/andrew-worsfold/tailor/issues/98).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 => -1allows for unlimited images in a single gallery. If you wish to cap the value at for example 100 please feel free to change this.