I thought this might have been related to the error mentioned here so I updated to build 20110411 (on 2.1.3). (We were already using 2.1.3 so it was a minor upgrade.) I’m not doing anything terribly unusual with the category archive tag. Here’s the tag itself:
{exp:channel:category_archive style="nested" orderby="title" sort="asc" channel="help"}And here’s the rest of the code:
{categories}
<h2 class="title_two"><a href="http://{path=help/index}">{category_name}</a></h2>
{if category_description}
{category_description}
{/if}
{/categories}
{entry_titles}
<a href="http://{path=help/index}">{title}</a>
{/entry_titles}
{/exp:channel:category_archive}I would expect the results to be in alphabetical order by category name, but it isn’t working out that way. The results are nothing like alphabetical order by category name.
Is this related to the bug mentioned above or is this something else? The category names on the Control Panel are fixed so maybe this is something else?
Thanks in advance for any help you can provide.