Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter inovawebdesign

    (@inovawebdesign)

    In case it helps, here’s what I have right now:

    wp_nav_menu(‘menu=Main Menu&sort_column=menu_order&sort_order=desc&depth=1&title_li=’);

    it looks like the commands you are using is for wp_list_pages

    wp_nav_menu doesn’t support the same options I don’t think….
    the poin of wp_nav_menu is to be able to build a custom menu. If you don’t want to build a custom menu maybe wp_list_pages is better for you?

    that’s what I gather reading:
    http://codex.wordpress.org/Function_Reference/wp_nav_menu

    if you want to include wp_nav_menu in your theme, but use wp_list_pages commands, maybe this command will be useful? You can look into it on the link I provided…
    $fallback_cb

    seems like you could fall back to wp_list_pages if no custom menu is built….however I’ve never used it…so I’m no expert

    Thread Starter inovawebdesign

    (@inovawebdesign)

    ooooooooo! i see. thanks reverend. i guess i got too caught up in the fancy new wp_nav_menu feature and forgot about wp_list_pages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sort wp_nav_menu descending?’ is closed to new replies.