Sorting assets numeric by Title #11276
Unanswered
HannesEURESA
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For my question:
I loop through a folder within the assets container images. Is there a way to sort them by numeric Title ?
{{ assets container="images" sort="title"}}
I have for example
1_image
2_image
3_image
11_image
22_image
But sorting by title, it sorts this way:
1_
11_
2_
22_
3_
In php there is a natural sort or SORT_NUMERIC to handle this.
Thank you for your help :)
Beta Was this translation helpful? Give feedback.
All reactions