for example, i have this:
{exp:weblog:entries weblog="channels" dynamic="off" disable="trackbacks|pagination"}
{if ch_desc != ''}
<li><a href="http://{url_title_path=channels}">{title}</a></li>
{if:else}
<li>{title}</li>
{/if}
{/exp:weblog:entries}I want the result of that to be displayed alphabetically, is there any parameters to do that..?
thanks.. 😊