• Hi
    I need the value of my pages order. Page order is used in the functions get_page, wp_list_pages, wp_nav_menu, & wp_page_menu as a value for the sort_column parameter.
    However, I need to use the individual value of page order to display pages based on their order number. For example, wp_list_pages(‘number=1&depth=1&title_li=&order=0’) would display the title of a single page matching those parameters.
    It seems like it would be simple but I can find it nowhere in the codex.
    please help!

  • The topic ‘retrieving/using value of page order’ is closed to new replies.