Hey, I'm currently using this code,
<?php wp_list_pages('title_li='); ?>
to put the pages menu on my sidebar. What could would I need to get the links to arrange themselves with the page order I choose in the editor?
Cheers, iandotcom.
Hey, I'm currently using this code,
<?php wp_list_pages('title_li='); ?>
to put the pages menu on my sidebar. What could would I need to get the links to arrange themselves with the page order I choose in the editor?
Cheers, iandotcom.
This should help:
http://codex.wordpress.org/Template_Tags/wp_list_pages
This topic has been closed to new replies.