Hi,
I'm working on a site design for a client (still a work in progress). Can someone tell me why my Pages are listing in reverse order in the main navigation?
http://crossroads2christ.org/news/?page_id=2
I'm still new to modifying php/wordpress code, but I'm assuming this is the info that needs to change.
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
Thanks!