Forum Discussion
AdamN
Khoros Oracle
Hi Luis,
There's a freemarker builtin that you should be able to use:
http://freemarker.sourceforge.net/docs/ref_builtins_sequence.html#ref_builtin_sort_by
Putting it all together, it might look something like this:
<#list rest("/boards/style/blog/nested").boards.board?sort_by("title") as board> <#-- Do stuff --> </#list>
I hope this helps!
lc-garcia
13 years agoGuide
Thanks Adam. Looks like it's working
Related Content
- 4 months ago
- 3 years ago
- 2 years ago
- 2 years ago
- 2 years ago