Using Pages links for navigation
-
I am using a customized version of the juicy-1.0 theme for wordpress and I changed the header to not display the pages and instead put this in my sidebar via:
<h2>Navigation</h2> <ul><li class="page_item"> <a href="<?php bloginfo('url'); ?>/"><?php _e('Home'); ?></a></li> <?php wp_list_pages('title_li=' . __('')); ?></ul>
I am wondering how can I make it so that it doesn’t display them in what seems to be alphabetical order. Instead I would like them to be display in post id order so that I can put them in a specific order that is to my liking.
I haven’t used wordpress as my site content before but other than this small thing I really like using wp rather then the phpnuke stuff that I was using prior
Thanks for the help!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Using Pages links for navigation’ is closed to new replies.