Try to order the posts in the query when you load the posts:
<?php query_posts(array ('order' => 'ASC', 'orderby' => 'menu_order'));?>
or:
<?php query_posts( "order=ASC&orderby=menu_order" ); while (have_posts()) : the_post(); ?>
If it still doesn’t work, try DESC insteed of ASC.
I think you’re misunderstanding. The posts/pages appear in reverse order in the admin itself, not in any custom query I’m generating.
So, in the admin area your pages look like this:
– Page 1
– Page 2
– Page 3
And when you install the plugin the pages look like this in the admin area itself?:
– Page 3
– Page 2
– Page 1
Strange, i’m not familiar with that issue. Sorry,
I think you’re misunderstanding. The posts/pages appear in reverse order in the admin itself, not in any custom query I’m generating.
Exactly, and even after I deactivate/uninstall the plugin the posts remain in reverse order. Could be a conflict with Genesis perhaps?
Mm, same problem? No matter how I write in template (DESC or ASC) — the order is just reversed from what I see in admin area (and always the same).
Any update on this one? I love the plugin but don’t really feel comfortable using it on my clients’ sites until this is resolved. Thanks.
I am experiencing the exact same issue. I am going to have to run my site with this plugin disabled for now. It really only started doing this after the last update. Before that, it was working fine.
We are experiencing the same issue.
Everything worked perfectly in version 2.0.6 (we LOVED it!) but version 2.0.7 now ruins our newsfeed apps.
Our Genesis sites are converted to apps using Wiziapps and now the post order is 100% reversed. And the order is the order they were posted – in other words, the Intuitive re-ordering has no effect anyway.
Plugin Author
hijiri
(@hijiri)
Hi, there.
I will investigate reported problem of ver.2.0.8. and I will improve that.
Until that, please use ver.2.0.6.
http://downloads.wp.xz.cn/plugin/intuitive-custom-post-order.2.0.6.zip
I add tags of 2.0.6.
Plugin Author
hijiri
(@hijiri)
Hi, there.
Please try ver.2.1.0.
Thanks.