I have this set to "Page ID" order, and I've set all the page IDs to be the order ascending that I want to appear in the menu, but they still display alphabetically.
Caching is disabled.
v1.9.35.
I have this set to "Page ID" order, and I've set all the page IDs to be the order ascending that I want to appear in the menu, but they still display alphabetically.
Caching is disabled.
v1.9.35.
Thanks for reporting this— we'll investigate and hopefully fix it in the next release.
What is going on with this issue anything
Hi craig,
We'll continue to look at this. Thanks.
It is 3 months and still nothing about this problem? Really annoying problem you know...
here's a dirty fix that may apply for the free version of wptouch:
open wptouch.php:
go around LN 946 and where it reads:
$query = "SELECT * from {$table_prefix}posts
where ID in (" . implode(',', $keys) . ") and post_status = 'publish'
order by post_title asc";
change the order by clause from post_title to menu_order
it worked for me on 3.1.x
That worked fine, thanks!!
You must log in to post.