Problem with wp_list_pages – not working
-
I’m using the theme “minima-black-for-wordpress-115” and trying without success to get the pages to display in the sidebar according to assigned page numbers. I edited the sidebar.php file from the minima theme folder and added the following:
<?php wp_list_pages( ‘sort_column=menu_order’ ); ?>
I uploaded it to the site, tried various things to get the page order to change, but nothing worked. It continues to show the pages alphabetically, the default. Is there something else I need to do? Is there another file beside sidebar.php I need to edit? The site is http://www.jeffcox.com/jcblog/ if you need to take a look. Odd, but in the ‘Page Management’ screen the pages do display in the correct order, but not on the public side. Any help would be very much appreciated. Thanks.
The topic ‘Problem with wp_list_pages – not working’ is closed to new replies.