I put the list of PAGES in the sidebar like this
<?php wp_list_pages('title_li=&sort_column=menu_order&depth=1'); ?>
but how do I make them display display in alphabetical order?
thanks
I put the list of PAGES in the sidebar like this
<?php wp_list_pages('title_li=&sort_column=menu_order&depth=1'); ?>
but how do I make them display display in alphabetical order?
thanks
Take a look at the article in Codex, wp_list_pages(), and decide which of the sort_column= parameters you want to use.
thank you
This topic has been closed to new replies.