Im fairly chuffed with my wordpress site, really like the rotating photo top banner. http://www.overlander.tv/wordpress/
One question though, how do I change the order of the page links?
Mark
Im fairly chuffed with my wordpress site, really like the rotating photo top banner. http://www.overlander.tv/wordpress/
One question though, how do I change the order of the page links?
Mark
Open up sidebar.php, and change this line:
<?php wp_list_pages(''); ?>
to
<?php wp_list_pages('sort_column=menu_order&title_li='); ?>
then go to page management and set the page order the page order box on the side.
This topic has been closed to new replies.