here’s what I did to fix the situation:
In the “functions.php” file around line 740, you’ll see the following:
//////////////////
$args = array( 'echo' => 1,
'sort_column' => 'menu_order, post_title',
'depth' => 5,
'title_li' => '',
///////////////
What I noticed is that there was no comma between the “menu_order” and “post_title” column descriptions. Adding that comma made the sorting work for me.
Hope This Helps,
Interfused Inc
Creative Design/Development