Hi there! Is it possible to change the order of the pages in the automatic sidebar navigation (av_sidebar_menu) to menu_order? Cheers!
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
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