Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #530652

    Hi there! Is it possible to change the order of the pages in the automatic sidebar navigation (av_sidebar_menu) to menu_order? Cheers!

    #530941

    Hi lijndiensten!

    You can find that around line 1084 in the /enfold/functions-enfold.php file. I think it should already be sorting by menu_order by default.

    $args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title');
    

    Are you sure you set the menu_order for each page?

    Best regards,
    Elliott

    • This reply was modified 9 years ago by Elliott.
    #531123

    Hi Elliott,

    You’re totally right. I tested the order lazily, wihout carefully setting menu_order for all pages. Works like a charm.

    Cheers,

    Ivan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Ordering of automatic sidebar subnavigation’ is closed to new replies.