Title: interfused's Replies | WordPress.org

---

# interfused

  [  ](https://wordpress.org/support/users/interfused/)

 *   [Profile](https://wordpress.org/support/users/interfused/)
 *   [Topics Started](https://wordpress.org/support/users/interfused/topics/)
 *   [Replies Created](https://wordpress.org/support/users/interfused/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/interfused/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/interfused/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/interfused/engagements/)
 *   [Favorites](https://wordpress.org/support/users/interfused/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Graphene Navigation Problem](https://wordpress.org/support/topic/graphene-navigation-problem/)
 *  [interfused](https://wordpress.org/support/users/interfused/)
 * (@interfused)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/graphene-navigation-problem/#post-1943884)
 * 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](http://www.interfused-inc.com) Creative Design/
   Development

Viewing 1 replies (of 1 total)