Changing the order posts are listed
-
I used the plug in and the child pages were listed in random order. I used the below fix, as described in the forum:
For the order of child pages, edit the query on line 64 of summary_child_pages.php:query_posts(‘post_type=page&post_parent=’ . $id . ‘&posts_per_page=-1&orderby=menu_order’);
It worked, however, the pages are listed with the last one at the top and the first one at the bottom… how can I adjust the code to fix this?
- The topic ‘Changing the order posts are listed’ is closed to new replies.