All my pages has (1 level) subpages, but sorting of this subpages navigation in sidebar isn’t correct, how can I sort it without to create extra new menus?
Hi mediax,
I get the WordPress install screen when I got to the address you linked to?
Thanks,
Rikard
Hi,
I found where is it to do, it’s in functions-enfold.php, on the line: 1107, instead of post_title I added post_date, but this file don’t work in my child theme, how can I get this file working in my child theme?
Thank you
Hey!
You have to copy the whole avia_sidebar_menu function without the function_exists wrapper in the child theme’s functions.php file.
Best regards,
Ismael
Excellent!!! :)
Hey!
UPDATE: I forgot to mention that there is a filter for this so it’s not necessary to copy the whole function. Follow the instructions here:
https://kriesi.at/support/topic/sidebar-subnavigation-sort-order/#post-202997
Regards,
Ismael