Viewing 1 replies (of 1 total)
  • Plugin Author Mat Lipe

    (@mat-lipe)

    Hello allon,
    Currently the pages are displayed in ‘Page Order’ so the easiest way to order them a particular way is the change the ‘Order’ number on the page editing screens.

    Another way to achieve this is using a template override. If you create a folder titled advanced-sidebar-menu in your theme and copy the page_list.php file from the plugin’s views folder into it. You may change the code to achieve this. Anywhere you see lines like
    wp_list_pages("post_type=".$post_type."&sort_column=menu_order&title_li=&echo=1&depth=1&include=".$top_parent);

    Change ‘sort_column=menu_order’ to ‘sort_column=post_title’.
    You will have to change this is a few different spots.

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘order of child pages’ is closed to new replies.