I'm trying to encase my folders alphabetically automatically in this (instead of weight as its a long list and Id constantly have to adjust the numbers):
<cms:folders orderby='name' order='desc'>
...folders (example: <cms:folder name="adams" title="Adams"/>)
</cms:folders>
Is this incorrect?
I'm also wondering if you can change it from a list form to a search bar instead?
<cms:folders orderby='name' order='desc'>
...folders (example: <cms:folder name="adams" title="Adams"/>)
</cms:folders>
Is this incorrect?
I'm also wondering if you can change it from a list form to a search bar instead?