I have two pages named A and B. First I created page A and then created page B. Then they appear in my blog as page A and B. But i want to move page B to be in front of A.
How can i?
I have two pages named A and B. First I created page A and then created page B. Then they appear in my blog as page A and B. But i want to move page B to be in front of A.
How can i?
Pages are generally sorted alphabetically, so just change the names of your pages so that they come up in the right order.
but i don't want to change my page name, is there any solution?
I think that is a theme question, but I don't know how to solve it... sorry.
Yes, and reading the manual always helps.
http://codex.wordpress.org/Template_Tags/wp_list_pages
See the parameters, especially the sort_column.
I follow the code <?php wp_list_pages('sort_column=menu_order&title_li=')?>.
Now it works. Thanks u
This topic has been closed to new replies.