• Resolved Philip

    (@artdev)


    hi,

    i run the plugin with success in custom post types,
    i need to know if i’m making something wrong cause,
    when i change the order of my custom post type i didn’t see any changes in my page (custom post types list order),

    i use this query to get the post type:
    query_posts('post_type=projects&showposts=8&offset=0&paged='.$paged);

    does anyone knows how to make this work?

    also how i can enable the plugin to work with posts also?

    thanks a lot,
    Philip

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Philip

    (@artdev)

    ok,
    i figure out how to make the plugin work,

    just add this &orderby=menu_order&order=ASC in the query and it will run fine:)

    thanks for this plugin, is very useful,

    no i try to find how i can add this function to the posts page.

    thanks

    Thanks for sharing Philip! That worked for me too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Simple Page Ordering] problem with the query or plugin don't save the order?’ is closed to new replies.