Dear all,
Anyone know how to rearrange the order of the pages on the header?
I mean I want:
"home" "About" "photos"
not
"about" "home" "photos"
but it seems to order the page by the creation time, any idea?
Dear all,
Anyone know how to rearrange the order of the pages on the header?
I mean I want:
"home" "About" "photos"
not
"about" "home" "photos"
but it seems to order the page by the creation time, any idea?
How about the sort_column=menu_order parameter of the template tag, wp_list_pages()?
wp_list_pages('sort_column=menu_order'); ?>
i also had the problem like that
thank you
problem with page arrangement,we can refer from this site.
This topic has been closed to new replies.