• Hi here,
    I installed the plugin and it orders posts just fine. I’m having an issue, that the nav link on the first post shows only “previous” where I actually expect to have only “next” link.
    Details:
    – plugin settings:
    “Auto sort” is off
    “Next/prev apply” is on
    “Use query ASC / DESC parameter” is on
    “Archive Drag&Drop” is on
    “Admin sort” is on
    – the post is of a custom type
    – I’m making a WP_Query with order=’menu_order’ and orderby=”ASC”

    So the first post in the wp-admin list shows as the first post of the query, but that post has only a “previous” navigation link. Same applies to other posts: “previous” goes down the list, “next” goes up the list.

    Regards,
    Dimitar

    • This topic was modified 1 year, 9 months ago by dimpetkov.
Viewing 1 replies (of 1 total)
  • Plugin Author Maya

    (@tdgu)

    Hi,
    According to the WordPress Codex, the next post means a newer one related to the current. While previous means older one related to the current post.
    But if I understand correctly, you need those reversed. If the case, you can simply reverse the words within your theme.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Next/prev with menu_order search’ is closed to new replies.