I have what I am sure is a basic question but I'm pulling hairs right now. I am working on a basic directory site and I cannot get my categories to load from admin to the home page in alphabetical order. I believe the settings are correct...is there something else I should be doing or looking at?
$settings['list_type'] = '1' // list by number of clicks in descending order<h1></h1>, jump_links must be set to true for this to work
$settings['list_type'] = '2' // list alphabetically in ascending order
$settings['list_type'] = '3' // list by order added in descending order
Make sure the below is only set to ONE of the above settings
*/
$settings['list_type'] = '2'; // list alphabetically in ascending order