is it possible to sort dataview results according to certain metadata vaule? #1742
-
hi all, I had some pages with a metadata as order: 100, order: 200, order: 300 and etc. I would like a dataview results contained these pages to be sorted in the order as 300, 200, 100., in case later I am able to add new pages which I can put order: 120, order:220 and etc, so that they show up in the order 300, 220, 200, 120, 100 expected. is this possible? thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes, you can add |
Beta Was this translation helpful? Give feedback.
-
Thanks blacksmithgu, got it now. it solved my puzzle. |
Beta Was this translation helpful? Give feedback.
Yes, you can add
SORT order ASC
to a query to sort page results by that field.