• Hi all,

    I am using the atahualpa theme with great success, but it does not seem to respect page order in the side or top menu. Any suggestions?

    Thanks,
    crabpot

Viewing 3 replies - 1 through 3 (of 3 total)
  • In sidebar you can set the page order via the page widget’s “Edit” link. In the top menu, you’d have to change, in header.php

    <?php wp_list_pages('title_li=&depth=1' ); ?>

    to

    <?php wp_list_pages('title_li=&depth=1&sort_column=menu_order' ); ?>

    odjur

    (@odjur)

    I am having the same issue with page order in the top menu. I can’t seem to find the code you are talking about in the header.php file. Is it possible this changed in the most recent version?

    mohater

    (@mohater)

    Check your sidebar widget for the pages order

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Atahualpa doesn’t seem to respect page order’ is closed to new replies.