Okay.
I'm trying to reorder the pages.
I've gone into each page and numbered them 1-6
They look fine in the backend but when I go into the site, they're still in alphabetical order. Any ideas?
Okay.
I'm trying to reorder the pages.
I've gone into each page and numbered them 1-6
They look fine in the backend but when I go into the site, they're still in alphabetical order. Any ideas?
Look at the sort_column=ID with the template tag, wp_list_pages(). Not sure on your site if you need to look in header.php or sidebar.php...
I finally found this in post.php.
'sort_column' => 'post_title', 'hierarchical' => 1
What exactly am I supposed to be changing?
Depending on what you want...change
'sort_column' => 'post_title'
to
'sort_column' => 'menu_order'
or
'sort_column' => 'ID'You might also try Pagemash for re-ordering pages, and the hierarchical pages widget for more control over how pages get listed.
MTWKOL - you can also manage it manually (not hard). I did a video tutorial that might help:
Sort Order In WordPress
This topic has been closed to new replies.