• Resolved Adam

    (@gourmetbooks)


    I’ve tried this plugin (with great hope!) on several sites, and it’s never reordered posts—which may not be what it’s supposed to do. Today I tried it on Twenty Fourteen, with all plugins turned off. I moved a few regular posts around, and they came up VERY inconsistent with the new order in the plugin’s settings.

    Back to the drawing board.

    https://wordpress.org/plugins/post-types-order/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nsp-code

    (@nsp-code)

    There is no reason for why the plugin sill not work with default WordPress themes unless you use custom code which does not follow the WordPress Codex recommendations.
    Mainly when using default themes, you just need to tun on Autosort then the order will apply. Or include ‘orderby’ => ‘menu_order’ within the query. Also make sure you set a query the right way per http://codex.wordpress.org/Class_Reference/WP_Query

    If you encounter any issues, you should de-activate the plugins one by one to identify the issue, or check the theme code for any filters which may interfere. Also it’s a must to use standard queries http://codex.wordpress.org/Class_Reference/WP_Query

    Thread Starter Adam

    (@gourmetbooks)

    Hi @nsp-code, I’m afraid the solution your describing falls beyond my abilities. Thanks for the reply, though!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Never worked for me (for regular posts, anyway)’ is closed to new replies.