If I have something like this:
{exp:weblog:categories weblog="departments" style="linear" category_group="not 14" parent_only="yes"}
<div class="CR2a1-departmentNavigation-internal border linkbox">
{category_description}
</div>
{/exp:weblog:categories}How can I (or can I?) sort the output alphabetically? adding sort=“asc” didn’t do anything. The order the department categories categories have been entered into the system is unfortunately not alphabetical order, so I’d need to sort them on output instead.
Thanks!