• Resolved codenoob

    (@codenoob)


    Hi, I have the andreas04 template from: https://aukerman.org/wordpress/design and I want to know how do I put the pages in the order that I want? I tried using the page order, but it still doesnt work. Please help me? If there is some plugin that would be nice that it would be easy. If you know how to please explain detailed as im a noob at this of coding and ect. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    I downloaded Andreas04 and had a look. If you examine the header.php file, you’ll see this code:
    <?php wp_list_pages('title_li='); ?>

    Change that to this:
    <?php wp_list_pages('sort_column=menu_order&title_li='); ?>

    Using that sort of “menu_order” will make the Page Order setting on the edit page for each Page actually take effect.

    Thread Starter codenoob

    (@codenoob)

    Hi, it worked. Thank you so much. Bless you! Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Organizing pages? Looked everywhere I could and cant find a way.’ is closed to new replies.