Reverse sort order of wp_page_menu
-
Im using the wp_page_menu command to display the list of all pages I have on the my site on a template page. The only issue is that when i sort by post_date, it displays the oldest first, instead of the newest page.
Currently I’m using:<?php wp_page_menu( array( 'sort_column' => 'post_date' ) ); ?>
Is there any to reverse this order? im no php wizard.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Reverse sort order of wp_page_menu’ is closed to new replies.