• Mickey Kay

    (@mcguive7)


    Hi there,

    When I install ICPO it always reversed my post/page order right from the start. So if my pages look like this:
    – Page 1
    – Page 2
    – Page 3

    As soon as I install the plugin they switch to this:
    – Page 3
    – Page 2
    – Page 1

    This is a huge hassle since we’re auto-outputting or nav based on a the order of our pages, and we have a lot of pages.

    Any ideas as to why this is happening and how to make it stop? We use the Genesis framework, in case that factors in. Thanks!

    https://www.ads-software.com/plugins/intuitive-custom-post-order/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Wnd

    (@wnd)

    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.

    Thread Starter Mickey Kay

    (@mcguive7)

    I think you’re misunderstanding. The posts/pages appear in reverse order in the admin itself, not in any custom query I’m generating.

    Wnd

    (@wnd)

    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,

    Thread Starter Mickey Kay

    (@mcguive7)

    I think you’re misunderstanding. The posts/pages appear in reverse order in the admin itself, not in any custom query I’m generating.

    Thread Starter Mickey Kay

    (@mcguive7)

    Exactly, and even after I deactivate/uninstall the plugin the posts remain in reverse order. Could be a conflict with Genesis perhaps?

    pandanapande

    (@pandanapande)

    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).

    Thread Starter Mickey Kay

    (@mcguive7)

    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.

    https://downloads.www.ads-software.com/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.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Reverses post order’ is closed to new replies.