• smartmouse

    (@smartmouse)


    What tags i have to add to this code

    <?php wp_list_pages(); ?>

    to make the sidebar to list pages alphabetically??
    Thank you.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Pizdin Dim

    (@pizdin_dim)

    None, I believe. The default is by post_title ascending. Have you tried it without any arguments?

    Thread Starter smartmouse

    (@smartmouse)

    Ehm… sorry!! I mean i do not want to show them alphabetically! Now they are listed by name!
    I would like to custom their order… is it possible?

    Mandi

    (@mandi)

    Pizdin Dim

    (@pizdin_dim)

    Try the following after setting the page order in admin:

    <?php wp_list_pages('sort_column=menu_order'); ?>

    Thread Starter smartmouse

    (@smartmouse)

    How to order page in the admin panel ?
    I tried to change ID in the database but it did not work.

    Thread Starter smartmouse

    (@smartmouse)

    pizdin_dim you said “after setting the page order in admin”…

    Where?

    Pizdin Dim

    (@pizdin_dim)

    In WP 1.5.2, Manage > Pages > Page order (under page options)

    Thread Starter smartmouse

    (@smartmouse)

    I’m using WP 2.0.2 and i have Manage > Pages > … and there is not any Paage options or Page order menu 🙁

    Am i wrong?

    Thread Starter smartmouse

    (@smartmouse)

    Please help me… i can’t find it 🙁

    Chris_K

    (@handysolo)

    Go to Manage -> Pages.

    Click “Edit” next to a page.

    Look over in the right side bar. See the “Page Order” there? You might have to expand it by clicking the little “+” on it.

    Enter a number and Save.

    Do that for each page, thus setting your order.

    Thread Starter smartmouse

    (@smartmouse)

    I have found it! …and it worked!
    Thank you very much!
    I love you!! 😀

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Listing pages alphabetically in the sidebar’ is closed to new replies.